mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
6 lines
136 B
Bash
6 lines
136 B
Bash
![]() |
#/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
|