Skip to content

Commit 0b11abc

Browse files
Align screenshot text files naming between English and other locales
1 parent fd766f6 commit 0b11abc

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ platform :ios do
10831083
'promo_screenshot_5.txt'
10841084
].each do |filename|
10851085
source = File.join(Dir.pwd, 'appstoreres', 'metadata', 'source', filename)
1086-
destination = File.join(en_us_path, filename)
1086+
destination = File.join(en_us_path, filename.gsub('promo_', 'app_store_'))
10871087
FileUtils.cp(source, destination)
10881088
end
10891089

0 commit comments

Comments
 (0)