mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-14 10:15:31 +02:00
Merge pull request #1849 from easydiffusion/forge
Include wbem in env PATH (to find wmic)
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
echo Install dir: %~dp0
|
echo Install dir: %~dp0
|
||||||
|
|
||||||
set PATH=C:\Windows\System32;%PATH%
|
set PATH=C:\Windows\System32;C:\Windows\System32\wbem;%PATH%
|
||||||
set PYTHONHOME=
|
set PYTHONHOME=
|
||||||
|
|
||||||
if exist "on_sd_start.bat" (
|
if exist "on_sd_start.bat" (
|
||||||
|
Reference in New Issue
Block a user