Skip to content

Commit 8fd760b

Browse files
feat: update config
1 parent 0b216ab commit 8fd760b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cSpell.words": [
33
"openspec",
4-
"Tauri"
4+
"Tauri",
5+
"wviewer"
56
]
67
}

src-tauri/tauri.conf.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/nicebuzzy/tauri-schema/refs/heads/v2/schema.json",
2+
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "WViewer",
44
"version": "2.0.0",
55
"identifier": "com.wviewer.app",
@@ -39,5 +39,12 @@
3939
"icons/icon.ico"
4040
]
4141
},
42-
"plugins": {}
42+
"plugins": {
43+
"updater": {
44+
"active": false,
45+
"endpoints": [
46+
"https://api.github.com/repos/wviewer/wviewer/releases/latest"
47+
]
48+
}
49+
}
4350
}

0 commit comments

Comments
 (0)