summaryrefslogtreecommitdiff
path: root/fastlane
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2025-03-18 00:46:31 +0100
committercyberta <cyberta@riseup.net>2025-03-18 00:05:48 +0000
commite6e3cd0dc87a31377a4d3e89d68579ea02fc2317 (patch)
tree9972c26938b447a8c433a1c3aab32e8a52c5a4d9 /fastlane
parent3a418d93d09dc6eaf888ff430bd37ef152ef434a (diff)
update references to fastlane directories
Diffstat (limited to 'fastlane')
-rw-r--r--fastlane/.env.custom2
-rw-r--r--fastlane/Fastfile4
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: "."