diff options
Diffstat (limited to 'fastlane')
| -rw-r--r-- | fastlane/.env.custom | 2 | ||||
| -rw-r--r-- | fastlane/Fastfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fastlane/.env.custom b/fastlane/.env.custom index 5ec9ffd0..5b984b44 100644 --- a/fastlane/.env.custom +++ b/fastlane/.env.custom @@ -1,4 +1,4 @@ SCREENGRAB_APP_PACKAGE_NAME="se.leap.riseupvpn" SCREENGRAB_APP_APK_PATH="app/build/outputs/apk/customProductionFat/debug/RiseupVPN_debug.apk" SCREENGRAB_TESTS_APK_PATH="app/build/outputs/apk/androidTest/customProductionFat/debug/app-custom-production-fat-debug-androidTest.apk" -SCREENGRAB_OUTPUT_DIRECTORY="src/custom/fastlane/metadata/android"
\ No newline at end of file +SCREENGRAB_OUTPUT_DIRECTORY="src/customProductionFat/fastlane/metadata/android" diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 99d540ed..6e6ff88d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -59,7 +59,7 @@ platform :android do # Prepare builds for Automatic UI Tests build_bitmask_for_screengrab capture_android_screenshots - Dir.chdir("../src/normal/fastlane/metadata") do + Dir.chdir("../src/normalProductionFat/fastlane/metadata") do frameit( white: true, path: "." @@ -72,7 +72,7 @@ platform :android do # Prepare builds for Automatic UI Tests build_custom_for_screengrab capture_android_screenshots - Dir.chdir("../src/custom/fastlane/metadata") do + Dir.chdir("../src/customProductionFat/fastlane/metadata") do frameit( white: true, path: "." |
