From fa002e6fa65fc7e938beef9e36283f7d5c03fdcd Mon Sep 17 00:00:00 2001 From: cyberta Date: Fri, 3 Jul 2026 13:24:07 +0200 Subject: fix screengrab output directory for bitmask builds --- fastlane/.env.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastlane') 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 -- cgit v1.2.3