From 9f99eded9e9c6db992b973dd8f87c83abda5461c Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Wed, 11 Oct 2023 08:48:36 +0900 Subject: [PATCH] chore(readme): update build instruction --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 51f0b9d0..260627b8 100644 --- a/readme.md +++ b/readme.md @@ -269,9 +269,9 @@ export default () => { 2. Run `npm i` to install dependencies 3. Run `npm run build:OS` -- `npm run build:win` - Windows -- `npm run build:linux` - Linux -- `npm run build:mac` - MacOS +- `npm run dist:win` - Windows +- `npm run dist:linux` - Linux +- `npm run dist:mac` - MacOS Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).