-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DMG builder. Zipping apps is going poorly.
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 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,8 @@ | ||
# Make a MacOS DMG | ||
|
||
TODO: Bring back the background once this is fixed: https://github.com/LinusU/node-appdmg/issues/243 | ||
|
||
- One time: `npm install -g appdmg` | ||
- Copy appdmg.json and the two PNGs to the folder with the Kiln.app | ||
- `appdmg appdmg.json Kiln.MacOS.Installer.AppleSilicon.M-Processor.dmg` | ||
- `appdmg appdmg.json Kiln.MacOS.Installer.Intel.dmg` |
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,13 @@ | ||
{ | ||
"title": "Kiln Installer", | ||
"contents": [ | ||
{ "x": 310, "y": 120, "type": "link", "path": "/Applications" }, | ||
{ "x": 120, "y": 120, "type": "file", "path": "Kiln.app" } | ||
], | ||
"window": { | ||
"size": { | ||
"width": 426, | ||
"height": 272 | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.