Skip to content

Commit

Permalink
Fixed a bug in Compile.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkman100 committed Nov 19, 2014
1 parent d16023b commit 0d9b61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compile.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

%ProgramFiles%\MSBuild\12.0\bin\msbuild.exe /property:OutDir=bin\Release\ BasicBrowser.sln
%ProgramFiles%\MSBuild\12.0\bin\msbuild.exe /property:Configuration=Release BasicBrowser.sln

%ProgramFiles%\NSIS\makensis.exe "NSIS Installer for BasicBrowser.nsi"

Expand Down

0 comments on commit 0d9b61c

Please sign in to comment.