Skip to content

Commit

Permalink
tweak postbuild.bat
Browse files Browse the repository at this point in the history
use original name
install pdb file
  • Loading branch information
geneishouko committed Jun 26, 2018
1 parent d4a38cd commit a2f9ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editme_postbuild.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set DST=c:\mega\aa2mini\aau
copy /Y %1\AAUnlimitedDLL.dll %DST%\aau.dll > nul || exit /b 1
copy /Y %1\AAUnlimitedDLL.dll %DST%\\AAUnlimitedDLL.dll > nul || exit /b 1
copy /Y %1\AAUnlimitedDLL.pdb %DST%\\AAUnlimitedDLL.pdb > nul || exit /b 1
cd AAUnlimited\Texts || exit /b 1
copy /Y *.lua %DST%\ > nul || exit /b 1
xcopy /Y /E mod %DST%\mod > nul || exit /b 1
Expand Down

0 comments on commit a2f9ab7

Please sign in to comment.