mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #1101 from mattias-symphony/SDA-2390
feat: SDA-2390 Modified build script to call signing script on build machine
This commit is contained in:
commit
2e9590975e
@ -98,4 +98,11 @@ copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
|
|||||||
|
|
||||||
echo Building new installer with wix#
|
echo Building new installer with wix#
|
||||||
call "BuildWixSharpInstaller.bat"
|
call "BuildWixSharpInstaller.bat"
|
||||||
|
|
||||||
|
if NOT EXIST c:\electron-installer\signing.bat (
|
||||||
|
echo Signing failed, 'signing.bat' not found.
|
||||||
|
exit /b -1
|
||||||
|
)
|
||||||
|
|
||||||
|
call c:\electron-installer\signing.bat
|
||||||
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\Experimental-%archiveName%.msi"
|
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\Experimental-%archiveName%.msi"
|
||||||
|
Loading…
Reference in New Issue
Block a user