mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
SDA-2815: fix archive name for legacy installer
This commit is contained in:
parent
dd29f8ccc2
commit
bbf73a06c2
@ -183,4 +183,4 @@
|
|||||||
"!lib/src/**/*.js"
|
"!lib/src/**/*.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -147,8 +147,8 @@ if NOT EXIST %AIP%-SetupFiles/%AIP%.msi (
|
|||||||
exit /b -1
|
exit /b -1
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Copying MSI result to target dir"
|
echo "Copying Legacy MSI installer to target dir"
|
||||||
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
|
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\Legacy-%archiveName%.msi"
|
||||||
|
|
||||||
echo "Building new installer with Wix Sharp"
|
echo "Building new installer with Wix Sharp"
|
||||||
call "BuildWixSharpInstaller.bat"
|
call "BuildWixSharpInstaller.bat"
|
||||||
@ -157,8 +157,9 @@ if NOT EXIST %SIGNING_FILE_PATH% (
|
|||||||
echo Signing failed, 'signing.bat' not found.
|
echo Signing failed, 'signing.bat' not found.
|
||||||
exit /b -1
|
exit /b -1
|
||||||
)
|
)
|
||||||
|
|
||||||
call %SIGNING_FILE_PATH%
|
call %SIGNING_FILE_PATH%
|
||||||
|
|
||||||
|
echo "Copying New MSI installer to target dir"
|
||||||
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\%archiveName%.msi"
|
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\%archiveName%.msi"
|
||||||
|
|
||||||
echo "Setting up markdown to pdf package"
|
echo "Setting up markdown to pdf package"
|
||||||
|
Loading…
Reference in New Issue
Block a user