mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Makes reload.bat account for spaces in username (#32768)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ REM Get the documents folder from the registry.
|
||||
for /f "tokens=3* delims= " %%a in (
|
||||
'reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Personal"'
|
||||
) do (
|
||||
set documents=%%a
|
||||
set documents=%%a %%b
|
||||
)
|
||||
REM Copy assets to the BYOND cache
|
||||
cmd /c copy assets\* "%documents%\BYOND\cache" /y
|
||||
|
||||
Reference in New Issue
Block a user