Skip to content

Commit e21034c

Browse files
committed
build: specify bundle targets in tauri config
temp remove "msi" so pre-releases work #6
1 parent 00624a9 commit e21034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"bundle": {
2424
"active": true,
25-
"targets": "all",
25+
"targets": ["deb", "rpm", "appimage", "nsis", "app", "dmg"],
2626
"icon": [
2727
"icons/32x32.png",
2828
"icons/128x128.png",

0 commit comments

Comments
 (0)