Update uicore.js

This commit is contained in:
PinkFloyd1213 2020-08-23 17:28:24 +02:00 committed by GitHub
parent 295fbb75bd
commit 1da02c7974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/CreeponniaLauncher-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/PinkFloyd1213/Creeponnia-Launcher/releases/download/v${info.version}/CreeponniaLauncher-setup-${info.version}.dmg`
showUpdateUI(info)
}
@ -210,4 +210,4 @@ document.addEventListener('keydown', function (e) {
let window = remote.getCurrentWindow()
window.toggleDevTools()
}
})
})