Compare commits

...

1 Commits

Author SHA1 Message Date
hicccc77
816770d407 fix: remove pacman target from Linux build (bsdtar not available on Ubuntu runner) 2026-03-20 00:45:23 +08:00

View File

@@ -95,7 +95,6 @@
"linux": { "linux": {
"icon": "public/icon.png", "icon": "public/icon.png",
"target": [ "target": [
"pacman",
"deb", "deb",
"tar.gz" "tar.gz"
], ],