Skip to content

Commit

Permalink
InnoSetup automation script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmartian committed Jan 11, 2017
1 parent fabe48c commit e8f8596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions _build/InnoSetup/build.installer.bat

This file was deleted.

4 changes: 2 additions & 2 deletions _build/pyinstaller/build.pyinstaller.win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ pyinstaller --clean vidcutter.win%ARCH%.spec

REM ......................add metadata to built Windows binary......................

verpatch dist\vidcutter.exe /va %VERSION%.0 /pv %VERSION%.0 /s desc "VidCutter" /s name "VidCutter" /s copyright "2017 Pete Alexandrou" /s product "VidCutter %BINARCH%"
verpatch dist\vidcutter.exe /va %VERSION%.0 /pv %VERSION%.0 /s desc "VidCutter" /s name "VidCutter" /s copyright "© 2017 Pete Alexandrou" /s product "VidCutter x64" /s company "ozmartians.com"

REM ......................call Inno Setup installer build script......................

cd ..\InnoSetup
CALL build.installer.bat
"C:\Program Files (x86)\Inno Setup 5\iscc.exe" installer.iss

0 comments on commit e8f8596

Please sign in to comment.