feat: portable version of hoppscotch-agent (#4468)
This commit is contained in:
@@ -17,7 +17,7 @@ tauri-build = { version = "2.0.1", features = [] }
|
||||
[dependencies]
|
||||
tauri = { version = "2.0.4", features = ["tray-icon", "image-png"] }
|
||||
tauri-plugin-shell = "2.0.1"
|
||||
tauri-plugin-autostart = "2.0.1"
|
||||
tauri-plugin-autostart = { version = "2.0.1", optional = true }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
@@ -40,6 +40,17 @@ aes-gcm = { version = "0.10.3", features = ["aes"] }
|
||||
tauri-plugin-updater = "2.0.2"
|
||||
tauri-plugin-dialog = "2.0.1"
|
||||
lazy_static = "1.5.0"
|
||||
tauri-plugin-single-instance = "2.0.1"
|
||||
tauri-plugin-http = { version = "2.0.1", features = ["gzip"] }
|
||||
native-dialog = "0.7.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tempfile = { version = "3.13.0" }
|
||||
winreg = { version = "0.52.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = "1.5.0"
|
||||
|
||||
[features]
|
||||
default = ["tauri-plugin-autostart"]
|
||||
portable = ["winreg"]
|
||||
|
||||
Reference in New Issue
Block a user