Skip to content

Commit 2b506a5

Browse files
committed
don't build msi
1 parent 9c55448 commit 2b506a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tauri/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"bundle": {
2121
"active": true,
22-
"targets": "all",
22+
"targets": ["deb", "rpm", "appimage", "dmg", "app", "nsis"],
2323
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
2424
"externalBin": ["sidecars/opencode"]
2525
}

0 commit comments

Comments
 (0)