mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
committed by
CitadelStationBot
parent
7ec2a4230d
commit
5164e38104
@@ -4,5 +4,5 @@ REM Get the documents folder from the registry.
|
||||
for /f "tokens=3*" %%p in ('REG QUERY "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal') do (
|
||||
set DocumentsFolder=%%p
|
||||
)
|
||||
REM Copy assets to the BYOND cache
|
||||
cmd /c copy assets\* "%DocumentsFolder%\BYOND\cache" /y
|
||||
REM Copy to tmp subdirectories
|
||||
FOR /D %%G in ("%DocumentsFolder%\BYOND\cache\tmp*") DO (cmd /c copy assets\* %%G /y)
|
||||
Reference in New Issue
Block a user