mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
python: fix TargetDir parameter (closes #1811)
This commit is contained in:
parent
57f2c141e3
commit
66ca236738
@ -17,7 +17,7 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"/quiet",
|
"/quiet",
|
||||||
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
|
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
|
||||||
"TargetDir=$dir",
|
"TargetDir=\"$dir\"",
|
||||||
"AssociateFiles=0",
|
"AssociateFiles=0",
|
||||||
"Shortcuts=0",
|
"Shortcuts=0",
|
||||||
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
|
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user