Compare commits
6 Commits
ac0034fc51
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6212559b41 | ||
|
|
e6b4060e5c | ||
|
|
73446a0a60 | ||
|
|
db1f2f435b | ||
|
|
3db306fbc7 | ||
|
|
db59f4963c |
35
README.md
35
README.md
@@ -34,6 +34,38 @@ dotnet publish src/Metin2Launcher/Metin2Launcher.csproj \
|
||||
|
||||
The CI hasn't been wired yet; the MVP only requires the build to succeed.
|
||||
|
||||
## Build (Wine bundle)
|
||||
|
||||
For Linux users who run the Windows launcher through Wine, the safe layout is
|
||||
not a single `Metin2Launcher.exe`. The Wine-compatible launcher currently needs
|
||||
the non-single-file `win-x64` publish output, and it must live separately from
|
||||
the mutable client install dir so the updater does not patch over its own
|
||||
runtime files.
|
||||
|
||||
Use:
|
||||
|
||||
```
|
||||
scripts/build-wine-bundle.sh
|
||||
```
|
||||
|
||||
This produces:
|
||||
|
||||
```
|
||||
release-wine/
|
||||
Metin2Launcher-wine/
|
||||
start-launcher.sh
|
||||
README.txt
|
||||
launcher/
|
||||
Metin2Launcher.exe
|
||||
*.dll
|
||||
client/
|
||||
Metin2Launcher-wine.tar.gz
|
||||
```
|
||||
|
||||
`start-launcher.sh` exports `METIN2_INSTALL_DIR=./client` and then runs
|
||||
`wine ./launcher/Metin2Launcher.exe`, so the launcher runtime stays isolated
|
||||
from the actual game files.
|
||||
|
||||
## Publishing a release
|
||||
|
||||
`scripts/publish-launcher.sh` is the single entry point for cutting a Velopack
|
||||
@@ -92,6 +124,9 @@ and run it. On first launch it will:
|
||||
dev builds)
|
||||
5. start `Metin2.exe`
|
||||
|
||||
For the Wine bundle layout, do not run the launcher from the mutable client
|
||||
directory. Run `./start-launcher.sh` from the bundle root instead.
|
||||
|
||||
A log is written to both stdout and `<client>/.updates/launcher.log`. On a plain
|
||||
`dotnet run` (no client root yet), the log falls back to
|
||||
`%LOCALAPPDATA%/Metin2Launcher/launcher.log` on Windows or
|
||||
|
||||
BIN
release-wine/Metin2Launcher-wine.tar.gz
Normal file
BIN
release-wine/Metin2Launcher-wine.tar.gz
Normal file
Binary file not shown.
10
release-wine/Metin2Launcher-wine/README.txt
Normal file
10
release-wine/Metin2Launcher-wine/README.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Metin2Launcher Wine bundle
|
||||
|
||||
Layout:
|
||||
- launcher/ launcher runtime (.exe + DLLs)
|
||||
- client/ final game install dir and .updates/ state
|
||||
|
||||
Run:
|
||||
./start-launcher.sh
|
||||
|
||||
The launcher installs into client/, not into launcher/.
|
||||
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Base.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Base.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Controls.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Controls.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.DesignerSupport.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.DesignerSupport.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Desktop.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Desktop.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Dialogs.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Dialogs.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Fonts.Inter.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Fonts.Inter.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.FreeDesktop.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.FreeDesktop.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Markup.Xaml.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Markup.Xaml.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Markup.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Markup.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Metal.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Metal.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.MicroCom.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.MicroCom.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Native.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Native.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.OpenGL.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.OpenGL.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Remote.Protocol.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Remote.Protocol.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Skia.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Skia.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Themes.Fluent.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Themes.Fluent.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Vulkan.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Vulkan.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Win32.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.Win32.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.X11.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.X11.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Avalonia.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/CommunityToolkit.Mvvm.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/CommunityToolkit.Mvvm.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/HarfBuzzSharp.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/HarfBuzzSharp.dll
Executable file
Binary file not shown.
1305
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.deps.json
Normal file
1305
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.dll
Normal file
BIN
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.dll
Normal file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.exe
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.exe
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.pdb
Normal file
BIN
release-wine/Metin2Launcher-wine/launcher/Metin2Launcher.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"includedFrameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.22"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
release-wine/Metin2Launcher-wine/launcher/MicroCom.Runtime.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/MicroCom.Runtime.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.CSharp.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.CSharp.dll
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.VisualBasic.Core.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.VisualBasic.Core.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.VisualBasic.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.VisualBasic.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.Win32.Primitives.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.Win32.Primitives.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.Win32.Registry.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/Microsoft.Win32.Registry.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/NSec.Cryptography.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/NSec.Cryptography.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/NuGet.Versioning.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/NuGet.Versioning.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/SkiaSharp.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/SkiaSharp.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.AppContext.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.AppContext.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Buffers.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Buffers.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.Concurrent.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.Concurrent.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.Immutable.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.Immutable.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.NonGeneric.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.NonGeneric.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.Specialized.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.Specialized.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Collections.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.ComponentModel.Annotations.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.ComponentModel.Annotations.dll
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.ComponentModel.Primitives.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.ComponentModel.Primitives.dll
Executable file
Binary file not shown.
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.ComponentModel.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.ComponentModel.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Configuration.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Configuration.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Console.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Console.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Core.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Core.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Data.Common.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Data.Common.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Data.DataSetExtensions.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Data.DataSetExtensions.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Data.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Data.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Contracts.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Contracts.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Debug.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Debug.dll
Executable file
Binary file not shown.
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.FileVersionInfo.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.FileVersionInfo.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Process.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Process.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.StackTrace.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.StackTrace.dll
Executable file
Binary file not shown.
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Tools.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Tools.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.TraceSource.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.TraceSource.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Tracing.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Diagnostics.Tracing.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Drawing.Primitives.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Drawing.Primitives.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Drawing.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Drawing.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Dynamic.Runtime.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Dynamic.Runtime.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Formats.Asn1.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Formats.Asn1.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Formats.Tar.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Formats.Tar.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Globalization.Calendars.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Globalization.Calendars.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Globalization.Extensions.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Globalization.Extensions.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Globalization.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Globalization.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.Brotli.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.Brotli.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.FileSystem.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.FileSystem.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.Native.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.Native.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.ZipFile.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.ZipFile.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Compression.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.AccessControl.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.AccessControl.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.DriveInfo.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.DriveInfo.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.Primitives.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.Primitives.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.Watcher.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.Watcher.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.FileSystem.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.IsolatedStorage.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.IsolatedStorage.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.MemoryMappedFiles.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.MemoryMappedFiles.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Pipelines.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Pipelines.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Pipes.AccessControl.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Pipes.AccessControl.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Pipes.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.Pipes.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.UnmanagedMemoryStream.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.UnmanagedMemoryStream.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.IO.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.Expressions.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.Expressions.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.Parallel.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.Parallel.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.Queryable.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.Queryable.dll
Executable file
Binary file not shown.
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.dll
Executable file
BIN
release-wine/Metin2Launcher-wine/launcher/System.Linq.dll
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user