mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 03:13:50 +02:00
5 lines
189 B
Batchfile
5 lines
189 B
Batchfile
@echo off
|
|
msbuild VRCX.sln -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m
|
|
mklink /J "%~dp0\bin\x64\Release\html" "%~dp0\html\dist"
|
|
pause
|