mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
allow .exe installers to access $global variable (see #854)
This commit is contained in:
parent
a631788ca2
commit
7d87056a0f
@ -16,11 +16,11 @@
|
|||||||
"installer": {
|
"installer": {
|
||||||
"args": [
|
"args": [
|
||||||
"/quiet",
|
"/quiet",
|
||||||
"InstallAllUsers=0",
|
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
|
||||||
"TargetDir=$dir",
|
"TargetDir=$dir",
|
||||||
"AssociateFiles=0",
|
"AssociateFiles=0",
|
||||||
"Shortcuts=0",
|
"Shortcuts=0",
|
||||||
"InstallLauncherAllUsers=0"
|
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uninstaller": {
|
"uninstaller": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user