2024-04-01 19:24:25 +00:00
|
|
|
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp"
|
2024-02-29 05:54:23 -06:00
|
|
|
rm -R bin
|
2024-02-22 23:43:45 -06:00
|
|
|
mkdir bin
|
|
|
|
mkdir bin/assets
|
2024-02-29 19:42:01 -06:00
|
|
|
$ErrorActionPreference = "Stop"
|
2024-02-22 23:43:45 -06:00
|
|
|
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/config" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/maps" bin/assets
|
2024-02-29 19:42:01 -06:00
|
|
|
cp -R "Adventures in Lestoria/assets/backgrounds" bin/assets
|
|
|
|
rm -R bin/assets/backgrounds/commercial_assets
|
2024-02-22 23:43:45 -06:00
|
|
|
rm -R bin/assets/maps/commercial_assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/monsters" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/music" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/npcs" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/sounds" bin/assets
|
2024-02-29 19:42:01 -06:00
|
|
|
cp -R "Adventures in Lestoria/assets/themes" bin/assets
|
2024-02-22 23:43:45 -06:00
|
|
|
cp -R "Adventures in Lestoria/assets/gamepack.pak" bin/assets
|
2024-02-24 12:09:41 -06:00
|
|
|
cp -R "Adventures in Lestoria/assets/*.ttf" bin/assets
|
2024-03-25 22:51:12 -05:00
|
|
|
cp -R "Adventures in Lestoria/controller_config" bin
|
2024-02-22 23:43:45 -06:00
|
|
|
|
2024-02-29 19:42:01 -06:00
|
|
|
|
2024-02-22 23:43:45 -06:00
|
|
|
cp -R "x64/Release/*" bin
|
|
|
|
rm bin/*.pdb
|