Skip to content

Commit

Permalink
Update build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Techince authored Nov 24, 2023
1 parent 8967f96 commit 63935e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ msbuild.exe weasel.sln %build_option% /p:Configuration=%build_config% /p:Platfor
if errorlevel 1 goto error

if %build_installer% == 1 (
"D:\Program Files (x86)"\NSIS\Bin\makensis.exe ^
"%ProgramFiles(x86)%"\NSIS\Bin\makensis.exe ^
/DWEASEL_VERSION=%WEASEL_VERSION% ^
/DWEASEL_BUILD=%WEASEL_BUILD% ^
output\install.nsi
Expand Down

0 comments on commit 63935e1

Please sign in to comment.