Merge pull request #1849 from easydiffusion/forge

Include wbem in env PATH (to find wmic)
This commit is contained in:
cmdr2 2024-10-17 10:29:39 +05:30 committed by GitHub
commit 7e0d5893cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" (