Skip to content

Commit 524c69c

Browse files
committed
Add appdmg script
1 parent c5f5e70 commit 524c69c

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build
22
design
33
Pods/
4+
TmpDisk.app

appdmg.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "TmpDisk",
3+
"icon": "TmpDisk/icon.icns",
4+
"background": "dmgbg.png",
5+
"icon-size": 80,
6+
"contents": [
7+
{ "x": 480, "y": 244, "type": "link", "path": "/Applications" },
8+
{ "x": 160, "y": 244, "type": "file", "path": "TmpDisk.app" }
9+
]
10+
}

dmgbg.png

31.7 KB
Loading

0 commit comments

Comments
 (0)