File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ JavaScript API usage can be found in the [API documentation](https://electron.gi
72
72
Running Electron Packager from the command line has this basic form:
73
73
74
74
```
75
- npx electron- packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]
75
+ npx @ electron/ packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]
76
76
```
77
77
78
78
> ** Note** :
@@ -97,7 +97,7 @@ detailed descriptions, see the [API documentation](https://electron.github.io/pa
97
97
For flags that are structured as objects, you can pass each option as via dot notation as such:
98
98
99
99
``` sh
100
- npx electron- packager --flag.foo=" bar"
100
+ npx @ electron/ packager --flag.foo=" bar"
101
101
# will pass in { flag: { foo: "bar"} } as an option to the Electron Packager API
102
102
```
103
103
@@ -138,10 +138,10 @@ foobar
138
138
When one runs the following command for the first time in the ` foobar ` directory:
139
139
140
140
```
141
- npx electron- packager .
141
+ npx @ electron/ packager .
142
142
```
143
143
144
- ` electron- packager ` will do the following:
144
+ ` @ electron/ packager` will do the following:
145
145
146
146
* Use the current directory for the ` sourcedir `
147
147
* Infer the ` appname ` from the ` productName ` in ` package.json `
You can’t perform that action at this time.
0 commit comments