mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41: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",
|
"name": "env",
|
||||||
"cmd": "[System.Environment]::SetEnvironmentVariable($ARG, $ARG, 'User')",
|
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
|
||||||
"set": [
|
"set": [
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
|
Loading…
Reference in New Issue
Block a user