mirror of
https://github.com/TxtDot/vigi.git
synced 2024-11-22 03:16:21 +03:00
fix: tauri.conf
This commit is contained in:
parent
83690bbbab
commit
e04c598d91
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "vigi",
|
"productName": "vigi",
|
||||||
"version": "1.0.0-pre.0"
|
"version": "1.0.0-0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"updater": {
|
"updater": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
"https://raw.githubusercontent.com/TxtDot/vigi/main/latest.json"
|
"https://github.com/txtdot/vigi/releases/latest/download/latest.json"
|
||||||
],
|
],
|
||||||
"dialog": true,
|
"dialog": true,
|
||||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMzQTRGNjZDOTNENzEyREMKUldUY0V0ZVRiUGFrd3h5U0l3c3Z1aTVaNGJHZ3JtK2ZzeDZjeWt4bFF0RjhDT0ZPVjArbWVERGIK"
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMzQTRGNjZDOTNENzEyREMKUldUY0V0ZVRiUGFrd3h5U0l3c3Z1aTVaNGJHZ3JtK2ZzeDZjeWt4bFF0RjhDT0ZPVjArbWVERGIK"
|
||||||
|
|
Loading…
Add table
Reference in a new issue