We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd9278 commit 6cc9c38Copy full SHA for 6cc9c38
src-tauri/tauri.conf.json
@@ -8,6 +8,7 @@
8
},
9
"bundle": {
10
"active": true,
11
+ "createUpdaterArtifacts": true,
12
"category": "Utility",
13
"copyright": "GNU General Public License v3.0",
14
"resources": [
src-tauri/tauri.windows.conf.json
@@ -21,8 +21,7 @@
21
22
"targets": [
23
"nsis"
24
- ],
25
- "createUpdaterArtifacts": "v1Compatible"
+ ]
26
27
"mainBinaryName": "LOA Logs",
28
"plugins": {
0 commit comments