Skip to content

Commit

Permalink
Updated build requirements to .NET 6.0 and VS 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOtto committed Oct 18, 2022
1 parent 740d5e6 commit 9a12726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-linux.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir build-linux
robocopy /s data build-linux\data /XD localization

REM Server
robocopy /s Arcanus.Server\bin\Release\net6.0-windows10.0.17763.0\linux-x64 build-linux /XF *.pdb web.config
robocopy /s Arcanus.Server\bin\Release\net6.0\linux-x64 build-linux /XF *.pdb web.config

REM Server Mods
mkdir build-linux\mods
Expand Down

0 comments on commit 9a12726

Please sign in to comment.