fetch from sandbox

This commit is contained in:
stopflock
2025-09-28 22:18:59 -05:00
parent a05abd8bd8
commit 38f15a1f8b
6 changed files with 212 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ if [ "$BUILD_IOS" = true ]; then
./app2ipa.sh build/ios/iphoneos/Runner.app || exit 1
echo "Moving iOS files..."
mv Runner.ipa "../flockmap_v${appver}.ipa" || exit 1
mv Runner.ipa "../deflock_v${appver}.ipa" || exit 1
echo
fi
@@ -45,7 +45,7 @@ if [ "$BUILD_ANDROID" = true ]; then
flutter build apk || exit 1
echo "Moving Android files..."
cp build/app/outputs/flutter-apk/app-release.apk "../flockmap_v${appver}.apk" || exit 1
cp build/app/outputs/flutter-apk/app-release.apk "../deflock_v${appver}.apk" || exit 1
echo
fi