Limit Tauri bundle targets to NSIS
publish / publish-tauri (, windows-latest) (release) Successful in 9m11s

This commit is contained in:
Christoph Brandau
2026-07-01 13:03:45 +02:00
parent 50d9232084
commit 0bbd5ce1e8
+1 -1
View File
@@ -28,7 +28,7 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": ["nsis"],
"icon": ["icons/icon.ico"], "icon": ["icons/icon.ico"],
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"windows": { "windows": {