mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#/bin/bash
|
|
set -e
|
|
mkdir -p Payload
|
|
rsync -a ../build/Source/ui_ios/Release-iphoneos/Play.app/* Payload/Play.app
|
|
zip -r Play.ipa Payload
|