make-windows-installer.bat: add copying to shared drive.
This commit is contained in:
parent
3455a34e66
commit
eaca413df7
1 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,6 @@ light -sw1076 -ext WixUIExtension -ext WixUtilExtension -out pandoc-%VERSION%-w
|
||||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||||
echo Starting kSign: sign, then quit kSign to complete the build...
|
echo Starting kSign: sign, then quit kSign to complete the build...
|
||||||
kSign
|
kSign
|
||||||
|
|
||||||
|
echo Copying to shared drive
|
||||||
|
copy pandoc-%VERSION%-windows.msi \\VBOXSVR\WindowsShared\
|
||||||
|
|
Loading…
Reference in a new issue