From 133f46a2c8f9175ee228467f112ddbe2887fc04e Mon Sep 17 00:00:00 2001 From: valoq Date: Sat, 12 Jul 2025 18:08:39 +0200 Subject: [PATCH] add missing parameter --- src/commands/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 52168f6..780bda0 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -151,6 +151,7 @@ pub fn run( output_dir, remove, no_smart_unpack, + disable_sandbox, } => { let mut output_paths = vec![]; let mut formats = vec![];