Fix overlay windows showing up on Linux

This commit is contained in:
Natsumi
2025-09-02 23:33:18 +12:00
parent 1b2697b359
commit 489e084a33
3 changed files with 5 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
@echo off
cd ../../
dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
pause