Skip to content

Commit

Permalink
Update build.bat for version 0.18.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemalcs committed Nov 30, 2021
1 parent 8522c03 commit 3854f5d
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 @@ -5,7 +5,7 @@ echo Starting build...
echo -------------------------------------------------------------

rem Set this to Release or Debug values
set dotnetConfiguration=Debug
set dotnetConfiguration=Release

rem Build core
tools\nuget restore Khernet.Core\Khernet.Core.sln
Expand All @@ -20,7 +20,7 @@ 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.17.0.0.exe
set mainApp_path=bin\KhernetInstaller-0.18.0.0.exe
set installerDest=..\bin\Khernet.Installer
if not exist %installerDest% mkdir %installerDest%
if exist %mainApp_path% copy %mainApp_path% %installerDest%
Expand Down

0 comments on commit 3854f5d

Please sign in to comment.