Skip to content

Commit

Permalink
Distribute universal DMG
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekn committed May 15, 2024
1 parent 0f3746c commit fcbc10a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ def distribute_builds(
extension: 'app.zip',
name: 'Mac Universal'
},
mac_universal_dmg: {
binary_path: File.join(BUILDS_FOLDER, 'Studio-darwin-universal', 'Studio.dmg'),
filename_core: 'darwin-universal',
extension: 'dmg',
name: 'Mac Universal (DMG)'
},
x64: {
binary_path: File.join(BUILDS_FOLDER, 'Studio-darwin-x64', 'Studio.app.zip'),
filename_core: 'darwin-x64',
Expand Down

0 comments on commit fcbc10a

Please sign in to comment.