Mercurial > hg > tony
diff deploy/win64/build-and-package.bat @ 687:08680771bf04
Generate the WXS files from templated inputs, substituting in the version and redistributable paths; also include OpenSSL libraries in the package
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2020 09:58:34 +0000 |
parents | 6aec1a9594cc |
children |
line wrap: on
line diff
--- a/deploy/win64/build-and-package.bat Tue Dec 10 09:42:49 2019 +0000 +++ b/deploy/win64/build-and-package.bat Wed Jan 15 09:58:34 2020 +0000 @@ -12,6 +12,9 @@ @ exit /b 2 ) +powershell -NoProfile -ExecutionPolicy Bypass -Command "& 'deploy\win64\generate-wxs.ps1'" +if errorlevel 1 exit /b %errorlevel% + set ORIGINALPATH=%PATH% set PATH=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;%PATH% set NAME=Open Source Developer, Christopher Cannam