add: small notes about build:all script

This commit is contained in:
MasterAcnolo
2026-08-16 10:50:01 +02:00
parent e5076b0e0b
commit f2f1649493

View File

@@ -56,7 +56,7 @@ npm start
- `npm run build:linux` — Build Linux packages (AppImage, deb, snap) - `npm run build:linux` — Build Linux packages (AppImage, deb, snap)
- `npm run build:win` — Build Windows installer (.exe) - `npm run build:win` — Build Windows installer (.exe)
- `npm run build:rpm` — Build RPM and SRPM for COPR (Fedora) - `npm run build:rpm` — Build RPM and SRPM for COPR (Fedora)
- `npm run build:all` — Build both Windows and Linux (not recommended — see below) - `npm run build:all` — Build both Windows and Linux (not recommended because it adds both OS binaries into a single package. The output file is 2x bigger than expected).
### Testing ### Testing