Co-authored-by: sigonasr2 <sigonasr2@gmail.com>pull/35/head
parent
5035dd5af9
commit
3e180c26d2
@ -1,4 +1,18 @@ |
||||
clear |
||||
|
||||
mkdir bin |
||||
mkdir bin/assets |
||||
|
||||
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 |
||||
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 |
||||
cp -R "Adventures in Lestoria/assets/gamepack.pak" bin/assets |
||||
|
||||
source ./emsdk/emsdk_env.sh |
||||
emcmake cmake -DCMAKE_BUILD_TYPE=Release . |
||||
cmake --build . -j 20 |
Loading…
Reference in new issue