Browse Source

fix typo in batch script

batch uses %
master
LoganDark 3 years ago
parent
commit
77a2c50b6d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      InstallWSL-Launcher.bat

+ 1
- 1
InstallWSL-Launcher.bat View File

@ -1 +1 @@
powershell.exe -ExecutionPolicy ByPass "Import-Module $~dp0InstallWSL.psm1; Install-WSLInteractive; pause"
powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0installWSL-2.psm1; Install-WSLInteractive; pause

Loading…
Cancel
Save