Skip to content

Commit f82ce1a

Browse files
authored
Disable updater artifacts creation in tauri config
1 parent b91ed63 commit f82ce1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bundle": {
99
"active": true,
1010
"targets": ["nsis", "deb", "app"],
11-
"createUpdaterArtifacts": true,
11+
"createUpdaterArtifacts": false,
1212
"linux": {
1313
"deb": {
1414
"postInstallScript": "./postinstall.sh"

0 commit comments

Comments
 (0)