Update uicore.js

This commit is contained in:
PinkFloyd1213 2020-09-06 19:29:59 +02:00 committed by GitHub
parent 29296e6103
commit ee7e50db8e
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/PinkFloyd1213/Creeponnia-Launcher/releases/download/v${info.version}/CreeponniaLauncher-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/PinkFloyd1213/Creeponnia-Launcher/releases/download/v${info.version}/Creeponnia-Launcher-setup-${info.version}.dmg`
showUpdateUI(info)
}