From 4684edb032cc28e1d35579f564d59f0460ec4e90 Mon Sep 17 00:00:00 2001 From: AdamN <7974720+anr2me@users.noreply.github.com> Date: Sun, 15 Jun 2025 00:20:18 +0700 Subject: [PATCH] Use the same naming format with macOS release --- b-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b-ios.sh b/b-ios.sh index 4529ee2e84..22d098f103 100644 --- a/b-ios.sh +++ b/b-ios.sh @@ -94,7 +94,7 @@ sudo -S chown -R 1004:3 Payload #cp -a build/PPSSPP.xcarchive ../build/ echo "Making ipa ..." -zip -r9 ../build/PPSSPP_v${version_number}.ipa Payload/PPSSPP.app +zip -r9 ../build/PPSSPP-iOS-v${version_number}.ipa Payload/PPSSPP.app echo "IPA DONE :)" echo "Making deb ..."