From f2f164949359d8ba1ff2346594619c0fdbd7c06c Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sun, 16 Aug 2026 10:50:01 +0200 Subject: [PATCH] add: small notes about build:all script --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b518e70..cf6dd5a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -56,7 +56,7 @@ npm start - `npm run build:linux` — Build Linux packages (AppImage, deb, snap) - `npm run build:win` — Build Windows installer (.exe) - `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