mirror of
https://github.com/kopia/htmlui.git
synced 2026-02-02 12:53:24 -08:00
4 lines
109 B
Batchfile
4 lines
109 B
Batchfile
set build_dir=%~dp0..\htmluibuild\build\
|
|
rd /s /q %build_dir%
|
|
md %build_dir%
|
|
xcopy /e %~dp0build\ %build_dir% |