From 756de3357c4e509e5fe674cc7bc621ff69c29b39 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 8 May 2026 07:19:41 -0500 Subject: [PATCH] [fix] incorrect installer_mode key --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1bfff5..aaee058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ allow_downgrades = true [package.metadata.packager.nsis] installer_icon = "res/icons/app.ico" -install_mode = "perMachine" +installer_mode = "perMachine" preinstall_section = """ Section PreInstall ; Check if GStreamer is already installed and skip this section