Skip to content

Commit 0f1a2b3

Browse files
committed
Update Configuration
1 parent 22e6f01 commit 0f1a2b3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intellichat",
33
"private": false,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
"startDragging": true
2929
}
3030
},
31+
"updater": {
32+
"active": true,
33+
"dialog": true,
34+
"windows": {
35+
"installMode": "passive",
36+
"installerArgs": []
37+
},
38+
"endpoints": [
39+
"https://github.com/diegormirhan/IntelliChat/releases/download/v1.0.1/IntelliChat-Setup-1.0.1.exe"
40+
]
41+
},
3142
"windows": [
3243
{
3344
"title": "IntelliChat",

update.json

Whitespace-only changes.

0 commit comments

Comments
 (0)