mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -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:
commit
7d5f7b0c6d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user