You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-11
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Imagine you have finished a macOS app, exported it from Xcode, and now want to d
10
10
11
11
## Install
12
12
13
-
Ensure you have [Node.js](https://nodejs.org)8 or later installed. Then run the following:
13
+
Ensure you have [Node.js](https://nodejs.org)14 or later installed. Then run the following:
14
14
15
-
```
16
-
$ npm install --global create-dmg
15
+
```sh
16
+
npm install --global create-dmg
17
17
```
18
18
19
19
## Usage
@@ -36,7 +36,7 @@ $ create-dmg --help
36
36
37
37
## DMG
38
38
39
-
The DMG requires macOS 10.13 or later and has the filename `App Name 0.0.0.dmg`, for example `Lungo 1.0.0.dmg`.
39
+
The DMG requires macOS 10.13 or later and has the filename `App Name 0.0.0.dmg`. For example,`Lungo 1.0.0.dmg`.
40
40
41
41
It will try to code sign the DMG, but the DMG is still created and fine even if the code signing fails, for example if you don't have a developer certificate.
42
42
@@ -56,8 +56,8 @@ If either `license.txt`, `license.rtf`, or `sla.r` ([raw SLAResources file](http
0 commit comments