Skip to content

Commit

Permalink
fixed app icon path generation in fastlane file
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Jan 18, 2024
1 parent 6e5b4aa commit 1afe613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,9 @@ end
appicon(
appicon_image_file: iconPath + iconName,
appicon_devices: [:ipad, :iphone, :ios_marketing],
appicon_path: "../ownCloud/Resources/Assets.xcassets/",
appicon_path: "ownCloud/Resources/Assets.xcassets/",
appicon_name: outputIconName
)
sh("cp ../" + iconPath + "Assets.xcassets/" + outputIconName + "/* " + outputIconPath + outputIconName)
end
end

Expand Down

0 comments on commit 1afe613

Please sign in to comment.