Skip to content

Commit 6cc9c38

Browse files
committed
move to v2 updater
1 parent 5cd9278 commit 6cc9c38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"bundle": {
1010
"active": true,
11+
"createUpdaterArtifacts": true,
1112
"category": "Utility",
1213
"copyright": "GNU General Public License v3.0",
1314
"resources": [

src-tauri/tauri.windows.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
},
2222
"targets": [
2323
"nsis"
24-
],
25-
"createUpdaterArtifacts": "v1Compatible"
24+
]
2625
},
2726
"mainBinaryName": "LOA Logs",
2827
"plugins": {

0 commit comments

Comments
 (0)