Don't ship demo.mix in packages

This commit is contained in:
Paul Chote
2011-06-29 00:00:40 +12:00
parent 3816cca667
commit 05dead8271

View File

@@ -45,7 +45,9 @@ cp OpenRA.Game/OpenRA.ico packaging/built
# Update mod versions # Update mod versions
sed "s/{DEV_VERSION}/$TAG/" ./mods/ra/mod.yaml > ./packaging/built/mods/ra/mod.yaml sed "s/{DEV_VERSION}/$TAG/" ./mods/ra/mod.yaml > ./packaging/built/mods/ra/mod.yaml
sed "s/{DEV_VERSION}/$TAG/" ./mods/cnc/mod.yaml > ./packaging/built/mods/cnc/mod.yaml sed "s/{DEV_VERSION}/$TAG/" ./mods/cnc/mod.yaml > ./packaging/built/mods/cnc/mod.yaml
# Remove demo.mix from cnc
rm ./mods/cnc/bits/demo.mix
# #
# Change into packaging directory and run the # Change into packaging directory and run the