Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Aug 30, 2023
1 parent 21c67af commit 1c07adf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 27 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 1.0.0-beta-4
* fix build issues

# 1.0.0-beta-3

* improve compatability with older versions of elasticsearch
Expand Down
21 changes: 0 additions & 21 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4", features = [ "updater", "api-all"] }
tauri = { version = "1.4", features = [ "api-all"] }
fetch_reqwest = { git = "https://github.com/cars10/fetch_reqwest" }
path-clean = "1"

Expand Down
5 changes: 1 addition & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
}
},
"updater": {
"active": true,
"endpoints": [
"http://0.0.0.0:8000/index.json?target={{target}}&arch={{arch}}&current_version={{current_version}}"
],
"active": false,
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU3OEJEOUYwQjg4RDgyQjMKUldTemdvMjQ4Tm1MNTdqNy9LaWFYenVweHFsTnE4eU1XRWNzR2Z5TEFkbzgySHMycDl0NFFaSmsK"
},
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION_NAME = 'beta-2'
export const VERSION_NAME = 'beta-4'
export const SUPPORTED_MAJOR_VERSIONS = ['6', '7', '8']
export const REQUEST_DEFAULT_HEADERS = {
Accept: 'application/json',
Expand Down

0 comments on commit 1c07adf

Please sign in to comment.