fix(ci, tauri): Only build appimage, dmg, nsis and msi

This commit is contained in:
Binarybaron 2024-11-14 16:42:51 +01:00
parent 9f4c28c9c4
commit 7faf9aec4f

View file

@ -25,7 +25,11 @@
"bundle": { "bundle": {
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"active": true, "active": true,
"targets": "all", "targets": [
"appimage",
"dmg",
"nsis"
],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",
@ -52,4 +56,4 @@
] ]
} }
} }
} }