-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add rdb files as a submodule * Try to fix disk space issue
- Loading branch information
Showing
5 changed files
with
11 additions
and
2 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
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ $(BUNDLENAME).app: ludo | |
mkdir -p $(BUNDLENAME).app/Contents/Resources/$(BUNDLENAME).iconset | ||
cp pkg/Info.plist $(BUNDLENAME).app/Contents/ | ||
echo "APPL????" > $(BUNDLENAME).app/Contents/PkgInfo | ||
cp -r database $(BUNDLENAME).app/Contents/Resources | ||
cp -r assets $(BUNDLENAME).app/Contents/Resources | ||
sips -z 16 16 assets/icon.png --out $(BUNDLENAME).app/Contents/Resources/$(BUNDLENAME).iconset/icon_16x16.png | ||
sips -z 32 32 assets/icon.png --out $(BUNDLENAME).app/Contents/Resources/$(BUNDLENAME).iconset/[email protected] | ||
|
@@ -24,7 +25,7 @@ $(BUNDLENAME).app: ludo | |
|
||
empty.dmg: | ||
mkdir -p template | ||
hdiutil create -fs HFSX -layout SPUD -size 40m empty.dmg -srcfolder template -format UDRW -volname $(BUNDLENAME) -quiet | ||
hdiutil create -fs HFSX -layout SPUD -size 200m empty.dmg -srcfolder template -format UDRW -volname $(BUNDLENAME) -quiet | ||
rmdir template | ||
|
||
$(BUNDLENAME).dmg: empty.dmg $(BUNDLENAME).app | ||
|
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
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