diff options
| author | cyBerta <cyberta@riseup.net> | 2025-03-18 00:46:31 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2025-03-18 00:05:48 +0000 |
| commit | e6e3cd0dc87a31377a4d3e89d68579ea02fc2317 (patch) | |
| tree | 9972c26938b447a8c433a1c3aab32e8a52c5a4d9 /fastlane/Fastfile | |
| parent | 3a418d93d09dc6eaf888ff430bd37ef152ef434a (diff) | |
update references to fastlane directories
Diffstat (limited to 'fastlane/Fastfile')
| -rw-r--r-- | fastlane/Fastfile | 4 |
1 files changed, 2 insertions, 2 deletions
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: "." |
