Fix install.cmd on Win7

This commit is contained in:
JackMyth 2022-04-16 18:28:24 +08:00
parent b0a420bff6
commit 4002405dd9
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ exit
:Apply
del /f /q "%SteamPath%\skins\%CurDirName%"
mkdir "%SteamPath%\skins"
xcopy /e /y "..\%CurDirName%\" "%SteamPath%\skins\%CurDirName%\"
xcopy /e /y /i "..\%CurDirName%" "%SteamPath%\skins\%CurDirName%"
reg add HKCU\Software\Valve\Steam /v SkinV5 /t REG_SZ /d %CurDirName% /f
echo Enjoy your new steam! :^)
cd /d "%SteamPath%\skins\%CurDirName%"
start explorer.exe .
start explorer.exe .
pause