mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
bugfix: non-string value in powershell command
This commit is contained in:
parent
d2162aac5c
commit
a68012a4c9
@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "env",
|
||||
"cmd": "[System.Environment]::SetEnvironmentVariable($ARG, $ARG, 'User')",
|
||||
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
|
Loading…
Reference in New Issue
Block a user