Browse Source

fix BUILDING instructions

pull/142/head
Trent Larson 2 months ago
parent
commit
4500ab5038
  1. 4
      BUILDING.md

4
BUILDING.md

@ -242,8 +242,8 @@ docker run -d \
```bash ```bash
npm run build:web npm run build:web
npm run electron:build npm run build:electron
npm run build:electron-mac npm run electron:build-mac
``` ```
2. Package the Electron app for macOS: 2. Package the Electron app for macOS:

Loading…
Cancel
Save