mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-09 19:37:00 +02:00
Merge pull request #1849 from easydiffusion/forge
Include wbem in env PATH (to find wmic)
This commit is contained in:
commit
7e0d5893cd
@ -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" (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user