diff --git a/distribute.sh b/distribute.sh index 3c574847..3da5c64a 100755 --- a/distribute.sh +++ b/distribute.sh @@ -15,6 +15,10 @@ cp -R "Adventures in Lestoria/assets/themes" release/assets cp -R "Adventures in Lestoria/assets/gamepack.pak" release/assets cp -R "Adventures in Lestoria/assets/*.ttf" release/assets cp -R "Adventures in Lestoria/controller_config" release +mkdir "release/Adventures in Lestoria" +mv release/bin/*.so "release/Adventures in Lestoria" +rm release/*.pdb -rm release/*.pdb \ No newline at end of file +touch release/runGame.sh +echo "bin/AdventuresInLestoria" > release/runGame.sh \ No newline at end of file