-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update client binaries & Unix launcher script
- Included .NET 8 binaries for UniversalGL build and changed Unix launcher script to point to it - Updating on linux should no longer fail due to it being unable to set UnixFileMode on downloaded scripts
- Loading branch information
Showing
107 changed files
with
1,931 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ClientFiles/Resources/Binaries/Updater/SecondStageUpdater.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ClientFiles/Resources/Binaries/Updater/SecondStageUpdater.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+27.3 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+41.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.Binder.dll
Binary file not shown.
Binary file added
BIN
+24.2 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.CommandLine.dll
Binary file not shown.
Binary file added
BIN
+20.8 KB
...tFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
Binary file not shown.
Binary file added
BIN
+27.3 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.FileExtensions.dll
Binary file not shown.
Binary file added
BIN
+26.2 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.Json.dll
Binary file not shown.
Binary file added
BIN
+24.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.UserSecrets.dll
Binary file not shown.
Binary file added
BIN
+42.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Configuration.dll
Binary file not shown.
Binary file added
BIN
+62.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.DependencyInjection.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+90.2 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.DependencyInjection.dll
Binary file not shown.
Binary file added
BIN
+29.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Diagnostics.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+34.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Diagnostics.dll
Binary file not shown.
Binary file added
BIN
+21.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.FileProviders.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+43.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.FileProviders.Physical.dll
Binary file not shown.
Binary file added
BIN
+44.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.FileSystemGlobbing.dll
Binary file not shown.
Binary file added
BIN
+50.2 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Hosting.Abstractions.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+63.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Logging.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+27.3 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Logging.Configuration.dll
Binary file not shown.
Binary file added
BIN
+69.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Logging.Console.dll
Binary file not shown.
Binary file added
BIN
+19.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Logging.Debug.dll
Binary file not shown.
Binary file added
BIN
+25.3 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Logging.EventLog.dll
Binary file not shown.
Binary file added
BIN
+33.8 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Logging.EventSource.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+22.2 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Options.ConfigurationExtensions.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+42.7 KB
ClientFiles/Resources/BinariesNET8/Microsoft.Extensions.Primitives.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
524 changes: 524 additions & 0 deletions
524
ClientFiles/Resources/BinariesNET8/UniversalGL/ClientUpdater.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.77 MB
ClientFiles/Resources/BinariesNET8/UniversalGL/MonoGame.Framework.dll
Binary file not shown.
Binary file added
BIN
+146 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/Rampastring.XNAUI.UniversalGL.dll
Binary file not shown.
Binary file added
BIN
+50.7 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/System.Diagnostics.EventLog.dll
Binary file not shown.
Binary file added
BIN
+126 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/System.DirectoryServices.dll
Binary file not shown.
Binary file not shown.
1,206 changes: 1,206 additions & 0 deletions
1,206
ClientFiles/Resources/BinariesNET8/UniversalGL/clientogl.deps.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
ClientFiles/Resources/BinariesNET8/UniversalGL/clientogl.runtimeconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net8.0", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "8.0.0" | ||
}, | ||
"configProperties": { | ||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false, | ||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false | ||
} | ||
} | ||
} |
Binary file added
BIN
+2.14 MB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/linux-x64/native/libSDL2-2.0.so.0
Binary file not shown.
Binary file added
BIN
+620 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/linux-x64/native/libopenal.so.1
Binary file not shown.
Binary file added
BIN
+2.82 MB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/osx/native/libSDL2.dylib
Binary file not shown.
Binary file added
BIN
+2 MB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/osx/native/libopenal.1.dylib
Binary file not shown.
Binary file added
BIN
+1.24 MB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/win-x64/native/SDL2.dll
Binary file not shown.
Binary file added
BIN
+939 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/win-x64/native/soft_oal.dll
Binary file not shown.
Binary file added
BIN
+1.05 MB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/win-x86/native/SDL2.dll
Binary file not shown.
Binary file added
BIN
+836 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/win-x86/native/soft_oal.dll
Binary file not shown.
Binary file added
BIN
+782 KB
...BinariesNET8/UniversalGL/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll
Binary file not shown.
Binary file added
BIN
+168 KB
...esources/BinariesNET8/UniversalGL/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll
Binary file not shown.
Binary file added
BIN
+396 KB
...s/Resources/BinariesNET8/UniversalGL/runtimes/win/lib/net8.0/System.DirectoryServices.dll
Binary file not shown.
Binary file added
BIN
+305 KB
ClientFiles/Resources/BinariesNET8/UniversalGL/runtimes/win/lib/net8.0/System.Management.dll
Binary file not shown.
Binary file not shown.
50 changes: 50 additions & 0 deletions
50
ClientFiles/Resources/BinariesNET8/Updater/SecondStageUpdater.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v8.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v8.0": { | ||
"SecondStageUpdater/2.11.0-beta0004": { | ||
"dependencies": { | ||
"GitVersion.MsBuild": "5.11.1", | ||
"Rampastring.Tools": "2.0.6" | ||
}, | ||
"runtime": { | ||
"SecondStageUpdater.dll": {} | ||
} | ||
}, | ||
"GitVersion.MsBuild/5.11.1": {}, | ||
"Rampastring.Tools/2.0.6": { | ||
"runtime": { | ||
"lib/net8.0/Rampastring.Tools.dll": { | ||
"assemblyVersion": "2.0.6.0", | ||
"fileVersion": "2.0.6.0" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"SecondStageUpdater/2.11.0-beta0004": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"GitVersion.MsBuild/5.11.1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-JlJB4dAc/MpLQvbF8OeyMKotDo5EcgU2pXmB+MlTe64B1Y0fc9GTMiAHiyUiHLnFRnOtrcSi1C3BsfRTmlD0sA==", | ||
"path": "gitversion.msbuild/5.11.1", | ||
"hashPath": "gitversion.msbuild.5.11.1.nupkg.sha512" | ||
}, | ||
"Rampastring.Tools/2.0.6": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-eNKfJU1hBAMO7KHhoehkUdIOw+zOJCsSWWP9FoXL2jO0RG9Z0cd87tEQTfSB81y9LVi0ZMBA+FAy2y2wWZsYWg==", | ||
"path": "rampastring.tools/2.0.6", | ||
"hashPath": "rampastring.tools.2.0.6.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
ClientFiles/Resources/BinariesNET8/Updater/SecondStageUpdater.runtimeconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net8.0", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "8.0.0" | ||
}, | ||
"configProperties": { | ||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false, | ||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
ClientFiles/Resources/BinariesNET8/Updater/SecondStageUpdater.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Text.Encoding.CodePages" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Text.Encoding.CodePages" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Text.Encoding.CodePages" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
#!/bin/sh | ||
env MONO_IOMAP=all mono --debug YRLauncher.exe | ||
|
||
cd "$(dirname "$0")" | ||
dotnet Resources/BinariesNET8/UniversalGL/clientogl.dll "$@" |