-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove rhino license. add script to make sure data loader app file is…
…n't locked inside dmg
- Loading branch information
Jeff Lai
committed
Apr 25, 2013
1 parent
d1195e5
commit e4c7573
Showing
5 changed files
with
74 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "yoursway-create-dmg"] | ||
path = yoursway-create-dmg | ||
url = git://github.com/andreyvit/yoursway-create-dmg.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
BASEDIR="$1" | ||
DMG_SRC_DIR="$2" | ||
DMG_OUT="$3" | ||
|
||
chflags nouchg $DMG_SRC_DIR/* | ||
chmod -R +w $DMG_SRC_DIR | ||
|
||
bash $BASEDIR/yoursway-create-dmg/create-dmg --icon-size 32 --window-size 400 300 --app-drop-link 300 150 --icon "Data Loader" 100 150 $DMG_OUT $DMG_SRC_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.