Browse Source

add to build instructions for electron on mac

sql-absurd-sql
Trent Larson 2 weeks ago
parent
commit
603823d808
  1. 4
      BUILDING.md

4
BUILDING.md

@ -241,7 +241,9 @@ docker run -d \
1. Build the electron app in production mode: 1. Build the electron app in production mode:
```bash ```bash
npm run build:electron-prod npm run build:web
npm run electron:build
npm run build:electron-mac
``` ```
2. Package the Electron app for macOS: 2. Package the Electron app for macOS:

Loading…
Cancel
Save