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 22e6f01 commit 0f1a2b3Copy full SHA for 0f1a2b3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "intellichat",
3
"private": false,
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/tauri.conf.json
@@ -28,6 +28,17 @@
28
"startDragging": true
29
}
30
},
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
42
"windows": [
43
44
"title": "IntelliChat",
update.json
0 commit comments