mirror of
https://github.com/XLabsProject/iw4x-rawfiles.git
synced 2023-08-02 15:02:11 +02:00
Ship a blank iw4x_02.iwd
to fix issues
This commit is contained in:
parent
886a1d6d52
commit
2a86b060b7
15
.github/release.sh
vendored
15
.github/release.sh
vendored
@ -2,16 +2,31 @@
|
||||
|
||||
sudo apt update >> /dev/null && sudo apt install zip -y >> /dev/null # Ensure zip is up to date.
|
||||
cd iw4x/
|
||||
|
||||
|
||||
# iw4x_00
|
||||
cd iw4x_00/
|
||||
zip -r iw4x_00.iwd *
|
||||
mv iw4x_00.iwd ../
|
||||
cd ..
|
||||
rm -rf iw4x_00/
|
||||
|
||||
# iw4x_01
|
||||
cd iw4x_01/
|
||||
zip -r iw4x_01.iwd *
|
||||
mv iw4x_01.iwd ../
|
||||
cd ..
|
||||
rm -rf iw4x_01/
|
||||
|
||||
# iw4x_02
|
||||
cd iw4x_02/
|
||||
zip -r iw4x_02.iwd *
|
||||
mv iw4x_02.iwd ../
|
||||
cd ..
|
||||
rm -rf iw4x_02/
|
||||
|
||||
|
||||
# Cleanup
|
||||
cd ..
|
||||
rm LICENSE
|
||||
rm README.md
|
||||
|
0
iw4x/iw4x_02/gitkeep
Normal file
0
iw4x/iw4x_02/gitkeep
Normal file
Loading…
Reference in New Issue
Block a user