Skip to content

Commit 8942405

Browse files
committed
update readme and pack.json
1 parent bf79c31 commit 8942405

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ Port of LolByte to Electron
1717

1818
```bash
1919
> npm run dist
20+
```
21+
22+
## Troubleshooting
23+
24+
```bash
25+
> npm install electron-builder --save-dev
2026
```

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"postinstall": "install-app-deps",
99
"start": "npm install && electron .",
10-
"pack": "build --dir",
11-
"dist": "build"
10+
"pack": "electron-builder --dir",
11+
"dist": "electron-builder"
1212
},
1313
"build": {
1414
"dmg": {
@@ -36,7 +36,9 @@
3636
"icon": "build/icon.ico"
3737
}
3838
},
39-
"dependencies": {},
39+
"dependencies": {
40+
"build": "^0.1.4"
41+
},
4042
"devDependencies": {
4143
"electron": "^8.2.3",
4244
"electron-builder": "^22.5.1"

0 commit comments

Comments
 (0)