Skip to content

Commit

Permalink
Fix MakePackage.bat for automation
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka committed Mar 11, 2024
1 parent 2215448 commit 9405e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Install/Win32/MakePackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ goto :EOF

:ISX
::========
if NOT DEFINED INNO5_SETUP_PATH (set INNO5_SETUP_PATH="C:\Program Files (x86)\Inno Setup 5")
if NOT DEFINED INNO_SETUP_PATH set INNO_SETUP_PATH=C:\Program Files (x86)\Inno Setup 5
@Echo Now let's compile the InnoSetup scripts
@Echo.
%INNO5_SETUP_PATH%\iscc "%ROOT_PATH%\Install\Win32\OdbcJdbcSetup_%PRODUCT_VER_STRING%.iss"
"%INNO_SETUP_PATH%"\iscc "%ROOT_PATH%\Install\Win32\OdbcJdbcSetup_%PRODUCT_VER_STRING%.iss"
goto :EOF


Expand Down

0 comments on commit 9405e67

Please sign in to comment.