mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-09 09:36:38 +00:00
install create-dmg via homebrew
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user