mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-09-17 23:22:21 +02:00
sync: localization, readme, issue templates, build-from-release workflow, safari extension
This commit is contained in:
@@ -187,8 +187,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
wget "$Instagram_URL" --no-verbose -O packages/com.burbn.instagram.ipa
|
||||
|
||||
# The IPA is user-supplied, so its version can differ from the one the
|
||||
# deb was named after. Name the output after what actually got built.
|
||||
# The IPA is user-supplied, so its version can differ from the deb's.
|
||||
PLIST="$(unzip -Z1 packages/com.burbn.instagram.ipa 'Payload/*.app/Info.plist' 2>/dev/null | awk -F/ 'NF==3' | head -1 || true)"
|
||||
IPA_VER=""
|
||||
if [ -n "$PLIST" ]; then
|
||||
|
||||
Reference in New Issue
Block a user