mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-09 18:03:49 +02:00
* Move build scipts * Move library DLLs * Remove DotSettings * Update gitignore * Remove Properties * Clean up csproj * Move warning suppression into code * Remove App.config --------- Co-authored-by: DubyaDude <ushafiq141@gmail.com>
4 lines
130 B
Batchfile
4 lines
130 B
Batchfile
mklink /J "%~dp0\..\bin\x64\Debug\html" "%~dp0\..\html\dist"
|
|
mklink /J "%~dp0\..\bin\x64\Release\html" "%~dp0\..\html\dist"
|
|
pause
|