fix: removed double dash in pnpm command (#7951)

This commit is contained in:
Lifei Zhou
2026-03-17 17:09:40 +11:00
committed by GitHub
parent cfeae920f7
commit 670fbc887f
7 changed files with 33 additions and 11 deletions
+3 -3
View File
@@ -71,13 +71,13 @@ cp ../../target/release/goosed src/bin/
3. Build the application:
```bash
# For ZIP distribution (works on all Linux distributions)
pnpm run make -- --targets=@electron-forge/maker-zip
pnpm run make --targets=@electron-forge/maker-zip
# For DEB package (Debian/Ubuntu)
pnpm run make -- --targets=@electron-forge/maker-deb
pnpm run make --targets=@electron-forge/maker-deb
# For Flatpak (requires flatpak and flatpak-builder)
pnpm run make -- --targets=@electron-forge/maker-flatpak
pnpm run make --targets=@electron-forge/maker-flatpak
```
The built application will be available in: