29 lines
400 B
Markdown
29 lines
400 B
Markdown
# electron-tests
|
|
|
|
Electron tray/window test app for CI/CD validation.
|
|
|
|
## Features
|
|
|
|
- Tray icon + context menu
|
|
- Main desktop window
|
|
- Simple status UI showing runtime versions
|
|
|
|
## Run locally
|
|
|
|
```bash
|
|
npm ci
|
|
npm start
|
|
```
|
|
|
|
## Build AppImage
|
|
|
|
```bash
|
|
npm run build:linux:amd64
|
|
npm run build:linux:arm64
|
|
```
|
|
|
|
Artifacts are produced via CI workflows:
|
|
|
|
- `electron-linux-amd64`
|
|
- `electron-linux-arm64`
|