Skip to content

Commit 2021f11

Browse files
committed
update README
1 parent 5448449 commit 2021f11

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ or with NPM:
3333

3434
npm run build:electron
3535

36-
## Further Configuration:
37-
3836
### Folder Structure:
3937

4038
```
@@ -55,18 +53,18 @@ or with NPM:
5553
├── ...
5654
```
5755

58-
### CLI Options
56+
## Further Configuration:
57+
58+
Initial configuration is already set for you in your app's package.json, but it you want to modify it:
59+
60+
### CLI Options:
5961

6062
When building your app, any arguments will be passed to electron-builder. To pass an argument/arguments to electron-webpack, place them after --webpack.
6163

6264
**Example:**
6365

6466
yarn build:electron [electron-builder options] --webpack [electron-webpack options]
6567

66-
### Configuration:
67-
68-
Initial configuration is already set for you in your app's package.json, but it you want to modify it:
69-
7068
### Electron Builder:
7169

7270
To see avalible options, check out [Electron Builder Configuration Options](https://www.electron.build/configuration/configuration)

0 commit comments

Comments
 (0)