mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-07 03:21:27 +12:00
Revert NativeAOT becuase MS broke it
This commit is contained in:
parent
41a6038527
commit
39acd7f7eb
6 changed files with 49 additions and 39 deletions
|
@ -5,7 +5,6 @@
|
|||
<LangVersion>10.0</LangVersion>
|
||||
<Platforms>x64;x86;ARM;ARM64;AnyCPU</Platforms>
|
||||
<Configurations>Debug;Windows;Linux;MacOS;Android;iOS</Configurations>
|
||||
<StripSymbols>true</StripSymbols>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\LibHISP\LibHISP.csproj" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: hisp
|
||||
Version: 1.7.91
|
||||
Version: 1.7.92
|
||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||
Maintainer: Li
|
||||
Homepage: https://islehorse.com
|
||||
|
|
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.7.91.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.91.0")]
|
||||
[assembly: AssemblyVersion("1.7.92.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.92.0")]
|
||||
|
|
|
@ -75,10 +75,10 @@ namespace HISP.Server
|
|||
File.AppendAllText("crashlog.txt", "HISP HAS CRASHED :(\n");
|
||||
File.AppendAllText("crashlog.txt", "Unhandled Exception: " + execpt.ToString() + "\n");
|
||||
File.AppendAllText("crashlog.txt", execpt.StackTrace + "\n");
|
||||
GameServer.ShutdownServer();
|
||||
}
|
||||
catch (Exception) { };
|
||||
|
||||
GameServer.ShutdownServer();
|
||||
Thread.Sleep(5000);
|
||||
Environment.Exit(1);
|
||||
}
|
||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.7.91.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.91.0")]
|
||||
[assembly: AssemblyVersion("1.7.92.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.92.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue