fix(desktop): use explicit artifact name for Linux to prevent scoped-name conflicts

The scoped package name @getpaseo/desktop was leaking into the tar.gz
artifact name. GitHub sanitizes the / to . on upload, causing a name
mismatch that prevents electron-builder's overwrite logic from finding
the existing asset on rebuild.
This commit is contained in:
Mohamed Boudra
2026-03-23 15:53:34 +07:00
parent 19452c2742
commit 2c69008a4a

View File

@@ -29,6 +29,7 @@ mac:
linux:
category: Development
icon: assets
artifactName: "Paseo-${version}-${arch}.${ext}"
extraResources:
- from: bin/paseo
to: bin/paseo