Navigation Menu

Skip to content

Commit

Permalink
finally fully fixed the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jul 24, 2016
1 parent d6a02f2 commit 37d3f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install64.bat
Expand Up @@ -3,7 +3,7 @@
set RELEASEDIR=%~dp0release
set PLUGINDIR="%RELEASEDIR%\x64\plugins"
mkdir %PLUGINDIR%
copy bin\x64\x64dbgpy.dp32 %PLUGINDIR%\
copy bin\x64\x64dbgpy.dp64 %PLUGINDIR%\
copy bin\x64\x64dbgpy.lib %RELEASEDIR%\x64dbgpy_x64.lib
copy x64dbgpy.h %RELEASEDIR%\

Expand Down

0 comments on commit 37d3f5b

Please sign in to comment.