Skip to content

Commit

Permalink
fix(ci, tauri): Only build appimage, dmg, nsis and msi
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 14, 2024
1 parent 9f4c28c commit 7faf9ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"bundle": {
"createUpdaterArtifacts": true,
"active": true,
"targets": "all",
"targets": [
"appimage",
"dmg",
"nsis"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand All @@ -52,4 +56,4 @@
]
}
}
}
}

0 comments on commit 7faf9ae

Please sign in to comment.