Skip to content

Commit

Permalink
Prepare for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Esmeray6 committed May 25, 2024
1 parent 39539d4 commit 688c370
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ edition = "2021"
tauri-build = { version = "1.5.2", features = [] }

[dependencies]
tauri = { version = "1.6.7", features = ["shell-open"] }
serde = { version = "1.0.202", features = ["derive"] }
tauri = { version = "1.6.7", features = [ "updater", "shell-open"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
scraper = "0.19.0"
strum_macros = "0.26.2"
Expand Down
9 changes: 5 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
},
"package": {
"productName": "aet-tools",
"version": "0.1.0"
"version": "1.0.0"
},
"tauri": {
"updater": {
"active": false,
"active": true,
"dialog": true,
"pubkey": "",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMwQzJFN0Q2MDAxMTJCN0EKUldSNkt4RUExdWZDd0liUFdCUXFLSG94dTNZeUIwWVR2ZDdYQW5SWkxvRURBWkNhWk9nR2lEdloK",
"windows": {
"installMode": "passive",
"installerArgs": []
}
},
"endpoints": ["https://github.com/Esmeray6/ORBAT-Sorter/releases/download/latest/latest.json"]
},
"allowlist": {
"all": false,
Expand Down

0 comments on commit 688c370

Please sign in to comment.