Skip to content

Commit

Permalink
fix: create dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorniv committed Mar 12, 2021
1 parent fee7b0b commit 21f1502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
mkdir "release/macos/dmg"
echo "Start create-dmg"
# https://github.com/sindresorhus/create-dmg
create-dmg 'release/macos/iXn.app' 'release/macos/dmg'
create-dmg 'release/macos/dmg/iXn.dmg' 'release/macos/iXn.app'
echo "Finish create-dmg"

0 comments on commit 21f1502

Please sign in to comment.