diff options
| -rw-r--r-- | fastlane/.env.default | 2 |
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 |
