Skip to content

Commit

Permalink
Fixed NSIS path.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmulder committed Feb 10, 2016
1 parent f8c576e commit 01fbe33
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 @@ -8,7 +8,7 @@ set "MPUI_VERSION=1.2-pre3 (Build 38)"
set "CODECS_DATE=2011-01-31"

REM Path to NSIS, Unicode version highly recommended!
set "MAKE_NSIS=D:\NSIS\_Unicode\makensis.exe"
set "MAKE_NSIS=C:\Program Files (x86)\NSIS\Unicode\makensis.exe"

REM Path to UPX executable compressor program
set "UPX_PATH=%~dp0\Utils\UPX.exe"
Expand Down

0 comments on commit 01fbe33

Please sign in to comment.