add to build instructions for electron on mac

This commit is contained in:
2025-05-25 20:48:51 -06:00
parent 5f24f4975d
commit 603823d808

View File

@@ -241,7 +241,9 @@ docker run -d \
1. Build the electron app in production mode:
```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: