Use quotes for executable path

This commit is contained in:
Fierelier 2023-05-01 22:42:15 +02:00
parent 8cc9228ceb
commit e0148f9c8b
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ REM The list of packages this thing requires (maybe?)
set "packages=requests colorama==0.4.1 websocket-client toml readchar win-unicode-console"
REM Actually install the packages... maybe?
%pyexe% -m pip install %packages%
"%pyexe%" -m pip install %packages%