sync: localization, readme, issue templates, build-from-release workflow, safari extension

This commit is contained in:
faroukbmiled
2026-09-09 23:56:22 +01:00
parent b65c4bffe0
commit 953ee0de82
16 changed files with 230 additions and 169 deletions
+1 -2
View File
@@ -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