Skip to content

Commit

Permalink
Merge pull request #142 from TunnlTo/v1.0.5
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
brendanosborne authored Jan 21, 2024
2 parents 0ec6f4f + 1fc22bb commit a0244f3
Show file tree
Hide file tree
Showing 15 changed files with 547 additions and 290 deletions.
27 changes: 24 additions & 3 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tunnlto"
version = "1.0.4"
version = "1.0.5"
description = "TunnlTo"
authors = ["Brendan Osborne"]
license = ""
Expand All @@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = ["api-all", "devtools", "system-tray", "updater"] }
tauri = { version = "1.5", features = ["api-all", "devtools", "system-tray", "updater", "icon-ico"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
home = "0.5.5"
Expand Down
Binary file added src-tauri/src/assets/icons/icon-default.ico
Binary file not shown.
Binary file added src-tauri/src/assets/icons/icon-enabled.ico
Binary file not shown.
Loading

0 comments on commit a0244f3

Please sign in to comment.