[fix] incorrect installer_mode key
Some checks failed
/ test (push) Waiting to run
/ clippy (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2026-05-08 07:19:41 -05:00
parent 090f604bde
commit 756de3357c

View file

@ -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