Skip to content

Commit 9f99ede

Browse files
authored
chore(readme): update build instruction
1 parent b475f78 commit 9f99ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ export default () => {
269269
2. Run `npm i` to install dependencies
270270
3. Run `npm run build:OS`
271271

272-
- `npm run build:win` - Windows
273-
- `npm run build:linux` - Linux
274-
- `npm run build:mac` - MacOS
272+
- `npm run dist:win` - Windows
273+
- `npm run dist:linux` - Linux
274+
- `npm run dist:mac` - MacOS
275275

276276
Builds the app for macOS, Linux, and Windows,
277277
using [electron-builder](https://github.com/electron-userland/electron-builder).

0 commit comments

Comments
 (0)