Skip to content

Commit

Permalink
✨ support devv
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Feb 5, 2024
1 parent 2bd8d92 commit 453275e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src-tauri/Cargo.lock

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

1 change: 1 addition & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ serde_json = "1.0.108"
serde = { version = "1.0.192", features = ["derive"] }
tauri = { version = "1.5.2", features = ["api-all", "system-tray"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-oauth = { git = "https://github.com/FabianLars/tauri-plugin-oauth", branch = "main" }

[dev-dependencies]
cargo-bloat = "0.11.1"
Expand Down
Binary file added src-tauri/icons/devv.icns
Binary file not shown.
1 change: 1 addition & 0 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub fn run_app() {

tauri_app
.plugin(windowStatePlugin::default().build())
.plugin(tauri_plugin_oauth::init())
.invoke_handler(tauri::generate_handler![
download_file,
download_file_by_binary
Expand Down

0 comments on commit 453275e

Please sign in to comment.