Skip to content

Commit ca40ecb

Browse files
FreekHeijtingclaude
andcommitted
fix: disable updater artifacts, add icon.png to bundle config
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6fadc06 commit ca40ecb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
"beforeBuildCommand": "npm run build"
1111
},
1212
"bundle": {
13+
"active": true,
1314
"icon": [
15+
"icons/icon.png",
1416
"icons/icon.ico"
15-
]
17+
],
18+
"createUpdaterArtifacts": false
1619
},
1720
"app": {
1821
"windows": [

0 commit comments

Comments
 (0)