diff --git a/build.bat b/build.bat index 394692c..1695fde 100644 --- a/build.bat +++ b/build.bat @@ -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 ------------------------------------------------------------- \ No newline at end of file +echo -------------------------------------------------------------