mirror of
https://github.com/TxtDot/vigi.git
synced 2025-02-22 04:03:14 +03:00
ci: add publish.yaml
This commit is contained in:
parent
8b231d1146
commit
8055196de6
5 changed files with 72 additions and 5 deletions
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
@ -3648,7 +3648,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|||
|
||||
[[package]]
|
||||
name = "vigi"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0-pre0"
|
||||
dependencies = [
|
||||
"dalet",
|
||||
"reqwest",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vigi"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0-pre0"
|
||||
description = "Browser for dalet, text, gemtext (gemini protocol included) with native support of txtdot proxy and local txtdot engines"
|
||||
authors = ["artegoser"]
|
||||
edition = "2021"
|
||||
|
|
|
@ -7,9 +7,17 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "vigi",
|
||||
"version": "0.0.0"
|
||||
"version": "1.0.0-pre0"
|
||||
},
|
||||
"tauri": {
|
||||
"updater": {
|
||||
"active": true,
|
||||
"endpoints": [
|
||||
"https://raw.githubusercontent.com/TxtDot/vigi/main/latest.json"
|
||||
],
|
||||
"dialog": true,
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdFQTQ3OTlFRTEzNjc0MEQKUldRTmREYmhubm1rZm1TamV4RUNKc01iSENyeG80bFhKY1B4cXd3RTk1TWV5bEVUYTFleENBRW0K"
|
||||
},
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
"shell": {
|
||||
|
|
Loading…
Add table
Reference in a new issue