Mise a jour
This commit is contained in:
parent
3aedd6cf01
commit
f7a70f0c4c
@ -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)
|
||||
}
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user