mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 18:51:53 +00:00
Changed the BYOND cache path in "To BYOND Cache.bat" to a dynamic path. Conflicts: code/modules/nano/nanoui.dm
5 lines
216 B
Batchfile
5 lines
216 B
Batchfile
copy css\* "%USERPROFILE%\Documents\BYOND\cache" /y
|
|
copy images\* "%USERPROFILE%\Documents\BYOND\cache" /y
|
|
copy js\* "%USERPROFILE%\Documents\BYOND\cache" /y
|
|
copy templates\* "%USERPROFILE%\Documents\BYOND\cache" /y
|