feat(nsis): implement passive mode, closes #6955 (#6998)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Amr Bashir
2023-05-24 20:16:12 +03:00
committed by GitHub
parent 60334f9e02
commit df89ccc191
11 changed files with 147 additions and 81 deletions

10
tooling/cli/Cargo.lock generated
View File

@@ -2992,11 +2992,11 @@ dependencies = [
[[package]]
name = "serde_with"
version = "2.3.3"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513"
dependencies = [
"base64 0.13.1",
"base64 0.21.1",
"chrono",
"hex",
"indexmap",
@@ -3008,9 +3008,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "2.3.3"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070"
dependencies = [
"darling",
"proc-macro2",

View File

@@ -2822,7 +2822,7 @@
]
},
{
"description": "Specifies unattended mode, which means the installation only shows a progress bar. **msi (Wix) Only**",
"description": "Specifies unattended mode, which means the installation only shows a progress bar.",
"type": "string",
"enum": [
"passive"