Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
antihax committed Jun 26, 2022
1 parent 1a207e8 commit f72b28c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions dist.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
mkdir dist
copy DumpResources\server\ShooterGame\Binaries\Win64\version.dll DumpResources\DumpResources\configs\
copy DumpResources\server\ShooterGame\Binaries\Win64\msdia140.dll DumpResources\DumpResources\configs\
copy DumpResources\server\ShooterGame\Binaries\Win64\config.json DumpResources\DumpResources\configs\
copy DumpResources\server\ShooterGame\Binaries\Win64\AtlasApi\Plugins\DumpResources\PdbConfig.json DumpResources\DumpResources\configs\
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\version.dll DumpResources\DumpResources\configs\
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\msdia140.dll DumpResources\DumpResources\configs\
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\config.json DumpResources\DumpResources\configs\
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\AtlasApi\Plugins\DumpResources\PdbConfig.json DumpResources\DumpResources\configs\

xcopy DumpResources\server\ShooterGame\Binaries\Win64\AtlasApi\Plugins dist\ /E
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\AtlasApi\Plugins dist\ /E
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\version.dll dist\
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\msdia140.dll dist\
xcopy /y DumpResources\server\ShooterGame\Binaries\Win64\config.json dist\

0 comments on commit f72b28c

Please sign in to comment.