Mercurial > hg > easyhg
comparison deploy/win32/build-and-package.bat @ 687:1add6167eb3c
More on Win32 packaging
author | Chris Cannam |
---|---|
date | Sun, 09 Dec 2018 16:43:19 +0000 |
parents | c80a1dac9fda |
children | a74515f1c6e8 |
comparison
equal
deleted
inserted
replaced
686:c80a1dac9fda | 687:1add6167eb3c |
---|---|
98 | 98 |
99 if "%ARG%" == "sign" ( | 99 if "%ARG%" == "sign" ( |
100 @echo Signing components | 100 @echo Signing components |
101 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 *.dll *.exe lib\* | 101 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 *.dll *.exe lib\* |
102 signtool verify /pa sonic-visualiser.msi | 102 signtool verify /pa sonic-visualiser.msi |
103 rem AND MORE | |
103 ) | 104 ) |
104 | 105 |
106 set PATH=%PATH%;"C:\Program Files (x86)\WiX Toolset v3.11\bin" | |
107 | |
108 del easyhg.msi | |
109 candle -v ..\..\deploy\win32\easyhg.wxs | |
110 light -b . -ext WixUIExtension -ext WixUtilExtension -v easyhg.wixobj | |
111 | |
105 rem Todo: the rest | 112 rem Todo: the rest |