SDA-2815: fix archive name for legacy installer

This commit is contained in:
Vishwas Shashidhar 2020-12-22 19:25:50 +05:30
parent dd29f8ccc2
commit bbf73a06c2
2 changed files with 5 additions and 4 deletions

View File

@ -183,4 +183,4 @@
"!lib/src/**/*.js"
]
}
}
}

View File

@ -147,8 +147,8 @@ if NOT EXIST %AIP%-SetupFiles/%AIP%.msi (
exit /b -1
)
echo "Copying MSI result to target dir"
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
echo "Copying Legacy MSI installer to target dir"
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\Legacy-%archiveName%.msi"
echo "Building new installer with Wix Sharp"
call "BuildWixSharpInstaller.bat"
@ -157,8 +157,9 @@ if NOT EXIST %SIGNING_FILE_PATH% (
echo Signing failed, 'signing.bat' not found.
exit /b -1
)
call %SIGNING_FILE_PATH%
echo "Copying New MSI installer to target dir"
copy "WixSharpInstaller\Symphony.msi" "%targetsDir%\%archiveName%.msi"
echo "Setting up markdown to pdf package"