diff --git a/distribute.ps1 b/distribute.ps1 index bd65506c..5a93f244 100644 --- a/distribute.ps1 +++ b/distribute.ps1 @@ -10,6 +10,7 @@ cp -R "Adventures in Lestoria/assets/backgrounds" bin/assets rm -R bin/assets/backgrounds/commercial_assets rm -R bin/assets/maps/commercial_assets cp -R "Adventures in Lestoria/assets/monsters" bin/assets +rm -R bin/assets/monsters/commercial_assets cp -R "Adventures in Lestoria/assets/music" bin/assets rm -R bin/assets/music/commercial_assets cp -R "Adventures in Lestoria/assets/npcs" bin/assets diff --git a/distribute.sh b/distribute.sh index 9e956082..5d04f5d5 100755 --- a/distribute.sh +++ b/distribute.sh @@ -10,6 +10,7 @@ cp -R "Adventures in Lestoria/assets/backgrounds" release/assets rm -R release/assets/backgrounds/commercial_assets rm -R release/assets/maps/commercial_assets cp -R "Adventures in Lestoria/assets/monsters" release/assets +rm -R release/assets/monsters/commercial_assets cp -R "Adventures in Lestoria/assets/music" release/assets rm -R release/assets/music/commercial_assets cp -R "Adventures in Lestoria/assets/npcs" release/assets