Skip to content

Commit

Permalink
[phonegap#281] updated the Mac Packager script to include the EULA pr…
Browse files Browse the repository at this point in the history
…operty

Former-commit-id: cc00f7d
  • Loading branch information
hermwong committed Jan 23, 2015
1 parent 86dcd08 commit fd0dd71
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions res/installers/osx/package-pgd.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#! /bin/bash
test -f ../../../installers/osx/PhoneGapDesktop.dmg && rm ../../../installers/osx/PhoneGapDesktop.dmg
./create-dmg --window-size 500 300 --icon-size 48 --volname "PhoneGap Desktop Installer" --app-drop-link 330 205 --icon "PhoneGap Desktop" 110 205 ../../../installers/osx/PhoneGapDesktop.dmg ../../../build/PhoneGap/OSX
#! /bin/bash
test -f ../../../installers/osx/PhoneGapDesktop.dmg && rm ../../../installers/osx/PhoneGapDesktop.dmg

./create-dmg \
--volname "PhoneGap Desktop Installer" \
--window-size 500 300 \
--icon-size 48 \
--icon PhoneGap.app 100 110 \
--hide-extension PhoneGap.app \
--app-drop-link 230 110 \
--eula license.txt \
../../../installers/osx/PhoneGapDesktop.dmg \
../../../build/PhoneGap/OSX

0 comments on commit fd0dd71

Please sign in to comment.