iw4x-rawfiles/.github/release.sh

20 lines
334 B
Bash
Raw Normal View History

2022-01-03 09:18:32 -08:00
#!/bin/bash
sudo apt update >> /dev/null && sudo apt install zip -y >> /dev/null # Ensure zip is up to date.
cd iw4x/
cd iw4x_00/
zip -r iw4x_00.iwd *
2022-01-10 12:37:47 -08:00
mv iw4x_00.iwd ../
cd ..
rm -rf iw4x_00/
2022-01-03 09:18:32 -08:00
cd iw4x_01/
zip -r iw4x_01.iwd *
2022-01-10 12:37:47 -08:00
mv iw4x_01.iwd ../
2022-01-03 09:18:32 -08:00
cd ..
2022-01-10 12:37:47 -08:00
rm -rf iw4x_01/
2022-01-03 09:18:32 -08:00
cd ..
rm LICENSE
rm README.md
rm -rf .github
zip -r release.zip *