diff --git a/README.md b/README.md index 85e1c119..8e0103f9 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@  -https://github.com/alextorreg/ConceptionLauncher/releases/tag/minecraft +https://github.com/alextorreg/OenaLauncher/releases/tag/minecraft diff --git a/app/assets/js/configmanager.js b/app/assets/js/configmanager.js index 202c88f5..c680fc18 100644 --- a/app/assets/js/configmanager.js +++ b/app/assets/js/configmanager.js @@ -6,7 +6,7 @@ const logger = require('./loggerutil')('%c[ConfigManager]', 'color: #a02d2a; fon const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME) // TODO change -const dataPath = path.join(sysRoot, '.ConceptionLauncher') +const dataPath = path.join(sysRoot, '.OenaLauncher') // Forked processes do not have access to electron, so we have this workaround. const launcherDir = process.env.CONFIG_DIRECT_PATH || require('@electron/remote').app.getPath('userData') diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 6877aae4..c166cf12 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -50,7 +50,7 @@ if(!isDev){ loggerAutoUpdaterSuccess.log('New update available', info.version) if(process.platform === 'darwin'){ - info.darwindownload = `https://github.com/alextorreg/ConceptionLauncher/releases/download/v${info.version}/Conception.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.exe` + info.darwindownload = `https://github.com/alextorreg/ConceptionLauncher/tree/Oena-Launcher/releases/download/v${info.version}/Conception.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.exe` showUpdateUI(info) } diff --git a/app/landing.ejs b/app/landing.ejs index ed251c2f..1949f796 100644 --- a/app/landing.ejs +++ b/app/landing.ejs @@ -30,7 +30,7 @@