mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-09 18:03:49 +02:00
6 lines
144 B
Batchfile
6 lines
144 B
Batchfile
@echo off
|
|
setlocal enabledelayedexpansion
|
|
|
|
if not exist "%~dp0\..\build\Cef\html" (
|
|
mklink /J "%~dp0\..\build\Cef\html" "%~dp0\..\build\html"
|
|
) |