bugfix: non-string value in powershell command

This commit is contained in:
Baipyrus 2024-08-31 17:47:52 +02:00
parent d2162aac5c
commit a68012a4c9

View File

@ -1,7 +1,7 @@
[
{
"name": "env",
"cmd": "[System.Environment]::SetEnvironmentVariable($ARG, $ARG, 'User')",
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
"set": [
{
"args": [