Fixes, sort group instances

This commit is contained in:
Natsumi
2025-01-14 00:58:20 +13:00
parent 5221b9d8c1
commit 885ead4edf
7 changed files with 103 additions and 42 deletions

View File

@@ -1 +1,6 @@
mklink /J "%~dp0\..\build\Cef\html" "%~dp0\..\build\html"
@echo off
setlocal enabledelayedexpansion
if not exist "%~dp0\..\build\Cef\html" (
mklink /J "%~dp0\..\build\Cef\html" "%~dp0\..\build\html"
)