#W# Move compile Script.

This commit is contained in:
WarrentyExpired 2026-07-04 00:49:57 +00:00
parent e71c726658
commit 6d94f65255
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
rm ../WorldLinux.exe
mcs -optimize+ -unsafe -t:exe -out:WorldLinux.exe -win32icon:icon.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -recurse:./*.cs -main:Server.Core
mv ./WorldLinux.exe ../WorldLinux.exe