[fix] incorrect installer_mode key
This commit is contained in:
parent
090f604bde
commit
756de3357c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue