install create-dmg via homebrew

This commit is contained in:
Sebastian Stenzel
2021-07-23 10:54:46 +02:00
parent 89688b7d18
commit 279f82415e
5 changed files with 5 additions and 681 deletions
+5 -1
View File
@@ -375,9 +375,13 @@ jobs:
mv Cryptomator.app dmg
cp dist/mac/dmg/resources/macFUSE.webloc dmg
ls -l dmg
- name: Install create-dmg
run: |
brew install create-dmg
create-dmg --help
- name: Create .dmg
run: >
dist/mac/dmg/tools/create-dmg/create-dmg.sh
create-dmg
--volname Cryptomator
--volicon "dist/mac/dmg/resources/Cryptomator-Volume.icns"
--background "dist/mac/dmg/resources/Cryptomator-background.tiff"