mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-21 21:41:50 +00:00
PROJECT: final fix for release script
This commit is contained in:
parent
849a61c91c
commit
b0717c946e
30
release.bat
30
release.bat
@ -41,22 +41,6 @@ copy bin\x64\lz4.dll %RELEASEDIR%\bin_base\x64\lz4.dll
|
||||
copy bin\x64\TitanEngine.dll %RELEASEDIR%\bin_base\x64\TitanEngine.dll
|
||||
copy bin\x64\XEDParse.dll %RELEASEDIR%\bin_base\x64\XEDParse.dll
|
||||
|
||||
echo release
|
||||
|
||||
mkdir %RELEASEDIR%\release
|
||||
mkdir %RELEASEDIR%\release\x32
|
||||
mkdir %RELEASEDIR%\release\x64
|
||||
|
||||
copy bin\x96_dbg.exe %RELEASEDIR%\release\x96_dbg.exe
|
||||
copy bin\x32\x32_bridge.dll %RELEASEDIR%\release\x32\x32_bridge.dll
|
||||
copy bin\x32\x32_dbg.dll %RELEASEDIR%\release\x32\x32_dbg.dll
|
||||
copy bin\x32\x32_dbg.exe %RELEASEDIR%\release\x32\x32_dbg.exe
|
||||
copy bin\x32\x32_gui.dll %RELEASEDIR%\release\x32\x32_gui.dll
|
||||
copy bin\x64\x64_bridge.dll %RELEASEDIR%\release\x64\x64_bridge.dll
|
||||
copy bin\x64\x64_dbg.dll %RELEASEDIR%\release\x64\x64_dbg.dll
|
||||
copy bin\x64\x64_dbg.exe %RELEASEDIR%\release\x64\x64_dbg.exe
|
||||
copy bin\x64\x64_gui.dll %RELEASEDIR%\release\x64\x64_gui.dll
|
||||
|
||||
echo help
|
||||
|
||||
mkdir %RELEASEDIR%\help
|
||||
@ -113,12 +97,22 @@ copy bin\x64\x64_dbg.lib %RELEASEDIR%\pluginsdk\x64_dbg.lib
|
||||
|
||||
echo release
|
||||
|
||||
rmdir %RELEASEDIR%\release /S /Q
|
||||
mkdir %RELEASEDIR%\release
|
||||
mkdir %RELEASEDIR%\release\x32
|
||||
mkdir %RELEASEDIR%\release\x64
|
||||
|
||||
copy bin\x96_dbg.exe %RELEASEDIR%\release\x96_dbg.exe
|
||||
copy bin\x32\x32_bridge.dll %RELEASEDIR%\release\x32\x32_bridge.dll
|
||||
copy bin\x32\x32_dbg.dll %RELEASEDIR%\release\x32\x32_dbg.dll
|
||||
copy bin\x32\x32_dbg.exe %RELEASEDIR%\release\x32\x32_dbg.exe
|
||||
copy bin\x32\x32_gui.dll %RELEASEDIR%\release\x32\x32_gui.dll
|
||||
copy bin\x64\x64_bridge.dll %RELEASEDIR%\release\x64\x64_bridge.dll
|
||||
copy bin\x64\x64_dbg.dll %RELEASEDIR%\release\x64\x64_dbg.dll
|
||||
copy bin\x64\x64_dbg.exe %RELEASEDIR%\release\x64\x64_dbg.exe
|
||||
copy bin\x64\x64_gui.dll %RELEASEDIR%\release\x64\x64_gui.dll
|
||||
|
||||
xcopy %RELEASEDIR%\qt_base %RELEASEDIR%\release /S /Y
|
||||
xcopy %RELEASEDIR%\bin_base %RELEASEDIR%\release /S /Y
|
||||
xcopy %RELEASEDIR%\release %RELEASEDIR%\release /S /Y
|
||||
xcopy %RELEASEDIR%\help %RELEASEDIR%\release /S /Y
|
||||
|
||||
exit 0
|
BIN
x64_dbg_dbg/TitanEngine/TitanEngine_x64.a
Normal file
BIN
x64_dbg_dbg/TitanEngine/TitanEngine_x64.a
Normal file
Binary file not shown.
BIN
x64_dbg_dbg/TitanEngine/TitanEngine_x86.a
Normal file
BIN
x64_dbg_dbg/TitanEngine/TitanEngine_x86.a
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user