Mise a jour

This commit is contained in:
FullGreenDev 2020-12-04 19:02:33 +01:00
parent 3aedd6cf01
commit f7a70f0c4c
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ if (!isDev) {
loggerAutoUpdaterSuccess.log('Nouvelle mise à jour disponible', info.version)
if (process.platform === 'darwin') {
info.darwindownload = `https://github.com/FullGreenDev/SkyGamesLauncher/releases/download/${info.version}/SkyGames.Launcher-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/FullGreenDev/SkyGamesLauncher/releases/download/v${info.version}/SkyGames.Launcher-setup-${info.version}.dmg`
showUpdateUI(info)
}

View File

@ -1,9 +1,9 @@
{
"name": "skygameslauncher",
"version": "1.1.4",
"version": "1.0",
"productName": "SkyGames Launcher",
"description": "SkyGames Launcher",
"author": "FullGreen (https://github.com/dscalzi/)",
"author": "FullGreen (https://github.com/FullGreenDev/)",
"license": "UNLICENSED",
"homepage": "https://github.com/FullGreenDev/SkyGamesLauncher",
"bugs": {