1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Address some .NET 6 oddities and allow webfront startup without servers being monitored

This commit is contained in:
RaidMax
2022-01-26 14:42:23 -06:00
parent 6f6dd035ee
commit 199cbc88d0
4 changed files with 76 additions and 58 deletions

View File

@ -13,4 +13,5 @@ if not exist "%TargetDir%Plugins" (
md "%TargetDir%Plugins"
)
xcopy /y "%SolutionDir%Build\Plugins" "%TargetDir%Plugins\"
xcopy /y "%SolutionDir%Build\Plugins" "%TargetDir%Plugins\"
del "%TargetDir%Plugins\SQLite*"