mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3589 (Auto update for mac and windows) (#1447)
* SDA-3588 - Auto update for macOS and Windows * SDA-3588 - bump version to 19.0.1 * SDA-3588 - fix run-script-os version * SDA-3588 - Remove old auto update and update setAppUserModelId * SDA-3588 - Update app ID to com.symphony.electron_desktop * SDA-3588 - Update app ID to com.symphony.electron_desktop in Symphony.cs * SDA-3588 - Add autoUpdateUrl field in config file * SDA-3588 - Validate url * SDA-3588 - Include installer nsis script * SDA-3589 - Remove os path from update url and rename artifacts * SDA-3589 - set empty value for autoUpdateUrl * SDA-3589 - Add validation for autoUpdateUrl field * SDA-3589 - change auto update manual workflow
This commit is contained in:
@@ -122,18 +122,6 @@ IF %errorlevel% neq 0 (
|
||||
exit /b -1
|
||||
)
|
||||
|
||||
@REM call %SIGNING_FILE_PATH% ..\..\dist\win-unpacked\resources\app.asar.unpacked\node_modules\auto-update\auto_update_service.exe
|
||||
@REM IF %errorlevel% neq 0 (
|
||||
@REM echo "Signing failed"
|
||||
@REM exit /b -1
|
||||
@REM )
|
||||
|
||||
@REM call %SIGNING_FILE_PATH% ..\..\dist\win-unpacked\resources\app.asar.unpacked\node_modules\auto-update\auto_update_helper.exe
|
||||
@REM IF %errorlevel% neq 0 (
|
||||
@REM echo "Signing failed"
|
||||
@REM exit /b -1
|
||||
@REM )
|
||||
|
||||
call %SIGNING_FILE_PATH% ..\..\dist\win-unpacked\Symphony.exe
|
||||
IF %errorlevel% neq 0 (
|
||||
echo "Signing failed"
|
||||
|
||||
Reference in New Issue
Block a user