feat(ci): portable and installer build workflow for hoppscotch-agent (#4472)

This commit is contained in:
Shreyas
2024-10-25 01:29:10 +05:30
committed by GitHub
parent 8e8073424d
commit 58407ae9dd
2 changed files with 251 additions and 2 deletions

View File

@@ -46,11 +46,11 @@ native-dialog = "0.7.0"
[target.'cfg(windows)'.dependencies]
tempfile = { version = "3.13.0" }
winreg = { version = "0.52.0", optional = true }
winreg = { version = "0.52.0" }
[dev-dependencies]
mockito = "1.5.0"
[features]
default = ["tauri-plugin-autostart"]
portable = ["winreg"]
portable = []