mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #1058 from mattias-symphony/SDA-2386b
feat: SDA-2386 Generate wix# installer as part of build
This commit is contained in:
@@ -95,3 +95,7 @@ if NOT EXIST %AIP%-SetupFiles/%AIP%.msi (
|
||||
|
||||
echo "copy msi result to target dir"
|
||||
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
|
||||
|
||||
echo Building new installer with wix#
|
||||
call "BuildWixSharpInstaller.bat"
|
||||
copy "Symphony.msi" "%targetsDir%\Experimental-%archiveName%.msi"
|
||||
|
||||
Reference in New Issue
Block a user