Skip to content

Commit b7a2577

Browse files
author
Michael Bonani
committed
install create-dmg
1 parent 5b950a7 commit b7a2577

File tree

11 files changed

+6
-824
lines changed

11 files changed

+6
-824
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ VPLServer.dmg: VPL3Server.app readme-mac.txt
262262
mkdir "VPLServer"
263263
cp -R $^ "VPLServer"
264264
#hdiutil create -format UDZO -imagekey zlib-level=9 -srcfolder "VPLServer" $@
265-
"./dmg/create-dmg" \
265+
create-dmg \
266266
--volname "VPL Server" \
267267
--background "background.png" \
268268
--window-pos 200 120 \
269-
--window-size 620 470 \
269+
--window-size 640 480 \
270270
--icon-size 100 \
271271
--icon "VPL3Server.app" 100 300 \
272272
--hide-extension "VPL3Server.app" \

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
certSecureFile: 'Mobsya.p12'
2121
certPwd: $(mobsya-mac-p12)
2222

23+
- script: |
24+
brew install create-dmg
25+
displayName: 'Install dependencies with HomeBrew'
26+
2327
- script: |
2428
pip3 install -U py2app
2529
pip3 install thymiodirect websockets websocket websocket_client qrcode

dmg/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

dmg/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

dmg/README.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

dmg/builder/create-dmg.builder

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)