Skip to content

Commit

Permalink
Align screenshot text files naming between English and other locales
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Nov 29, 2024
1 parent fd766f6 commit 0b11abc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ platform :ios do
'promo_screenshot_5.txt'
].each do |filename|
source = File.join(Dir.pwd, 'appstoreres', 'metadata', 'source', filename)
destination = File.join(en_us_path, filename)
destination = File.join(en_us_path, filename.gsub('promo_', 'app_store_'))
FileUtils.cp(source, destination)
end

Expand Down

0 comments on commit 0b11abc

Please sign in to comment.