mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +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"
|
|
) |