Skip to content

Commit

Permalink
Update version of installer file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemalcs committed Jan 19, 2022
1 parent 6c9e66a commit adeff00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ cd Khernet.Installer
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" KhernetInstaller.iss

rem Copy final installer to bin directory
set mainApp_path=bin\KhernetInstaller-0.18.0.0.exe
set mainApp_path=bin\KhernetInstaller-0.19.0.0.exe
set installerDest=..\bin\Khernet.Installer
if not exist %installerDest% mkdir %installerDest%
if exist %mainApp_path% copy %mainApp_path% %installerDest%

echo -------------------------------------------------------------
echo Build finished.
echo -------------------------------------------------------------
echo -------------------------------------------------------------

0 comments on commit adeff00

Please sign in to comment.