chore(readme): update build instruction

This commit is contained in:
JellyBrick
2023-10-11 08:48:36 +09:00
committed by GitHub
parent b475f780ff
commit 9f99eded9e

View File

@ -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).