ci: add publish.yaml

This commit is contained in:
Artemy Egorov 2024-07-30 22:30:35 +03:00
parent 8b231d1146
commit 8055196de6
5 changed files with 72 additions and 5 deletions

2
src-tauri/Cargo.lock generated
View file

@ -3648,7 +3648,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vigi"
version = "0.0.0"
version = "1.0.0-pre0"
dependencies = [
"dalet",
"reqwest",

View file

@ -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"

View file

@ -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": {