|
@ -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: |
|
|