summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2026-07-03 13:24:07 +0200
committercyberta <cyberta@riseup.net>2026-07-03 17:49:31 +0200
commitfa002e6fa65fc7e938beef9e36283f7d5c03fdcd (patch)
treeedd71b84518a08f61940ef49278e8390e68ca8ac
parentbe186e4eda72f14eb3b8f6fab76fbeda9d9fb175 (diff)
fix screengrab output directory for bitmask builds
-rw-r--r--fastlane/.env.default2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastlane/.env.default b/fastlane/.env.default
index 1362c5f1..f28c0e86 100644
--- a/fastlane/.env.default
+++ b/fastlane/.env.default
@@ -1,4 +1,4 @@
SCREENGRAB_APP_PACKAGE_NAME="se.leap.bitmaskclient"
SCREENGRAB_APP_APK_PATH="app/build/outputs/apk/normalProductionFat/debug/Bitmask_debug.apk"
SCREENGRAB_TESTS_APK_PATH="app/build/outputs/apk/androidTest/normalProductionFat/debug/app-normal-production-fat-debug-androidTest.apk"
-SCREENGRAB_OUTPUT_DIRECTORY="src/normal/fastlane/metadata/android" \ No newline at end of file
+SCREENGRAB_OUTPUT_DIRECTORY="src/normalProductionFat/fastlane/metadata/android" \ No newline at end of file