Skip to content

Commit

Permalink
bugfix: disable autoupdate, enable dialog for update
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvkusk committed Mar 1, 2024
1 parent c2fab7b commit 4c439fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carpe"
version = "1.0.2"
version = "1.0.3"
authors = ["0LNetworkCommunity"]
default-run = "carpe"
description = "a light miner and wallet for libra"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "carpe",
"version": "1.0.2"
"version": "1.0.3"
},
"build": {
"distDir": "../dist",
Expand All @@ -15,7 +15,7 @@
"endpoints": [
"https://raw.githubusercontent.com/0LNetworkCommunity/carpe/main/autoupdater/autoupdater_payload.json"
],
"dialog": false,
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk2NDM3QUIwRDdENjkyNjgKUldSb2t0YlhzSHBEbHZOTkNCT3ljZTJESE1yc2t5c1dqbFd0VkZ2THM3N0RucTV0TC9FeDBQb1oK"
},
"bundle": {
Expand Down

0 comments on commit 4c439fc

Please sign in to comment.