Skip to content

Commit

Permalink
Fixed build batch files
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed Aug 20, 2015
1 parent 18bb192 commit b1bacc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-debug.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\xRAT 2.sln" /t:Build /p:Configuration=Debug
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\QuasarRAT.sln" /t:Build /p:Configuration=Debug
2 changes: 1 addition & 1 deletion build-release.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\xRAT 2.sln" /t:Build /p:Configuration=Release
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\QuasarRAT.sln" /t:Build /p:Configuration=Release

0 comments on commit b1bacc3

Please sign in to comment.