mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-14 23:25:51 +00:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/bin/bash -ex
|
|
cd build/install
|
|
rm -fr Payload
|
|
mkdir Payload
|
|
cp -r Metaforce.app Payload
|
|
zip -r Metaforce.zip Payload
|
|
mv Metaforce.zip Metaforce.ipa
|