We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b216ab commit 8fd760bCopy full SHA for 8fd760b
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
"cSpell.words": [
3
"openspec",
4
- "Tauri"
+ "Tauri",
5
+ "wviewer"
6
]
7
}
src-tauri/tauri.conf.json
@@ -1,5 +1,5 @@
- "$schema": "https://raw.githubusercontent.com/nicebuzzy/tauri-schema/refs/heads/v2/schema.json",
+ "$schema": "https://schema.tauri.app/config/2",
"productName": "WViewer",
"version": "2.0.0",
"identifier": "com.wviewer.app",
@@ -39,5 +39,12 @@
39
"icons/icon.ico"
40
41
},
42
- "plugins": {}
+ "plugins": {
43
+ "updater": {
44
+ "active": false,
45
+ "endpoints": [
46
+ "https://api.github.com/repos/wviewer/wviewer/releases/latest"
47
+ ]
48
+ }
49
50
0 commit comments