-
publish-dependent-x64.7z
contains only the launcher's bootstrap. However, it requires .NET8 Desktop Runtime (64-bit) v8.0.0 or higher installed on the computer in order to run.- Recommended if you already have .NET8 Desktop Runtime (64-bit) 8.0.0 or higher or .NET8 SDK (64-bit) installed on the computer (the SDK also includes all .NET runtimes, you don't need to have both, but having both is still okay).
-
publish-standalone-x64.7z
contains both the launcher's bootstrap and the .NET8 Desktop Runtime (64-bit) v8.0.8, an all-in-one portable package. Therefore, the launcher can run without any installations and additional dependencies. However, the package size is big as it contains both launcher's bootstrap and the runtime.- Recommended if you don't want to install .NET8 Desktop Runtime (64-bit), or want a
ready-to-go
deployment, or want everything in one place.
- Recommended if you don't want to install .NET8 Desktop Runtime (64-bit), or want a
Note:
- Launcher's bootstrap is the launcher's self-updater, it will help you keep the launcher up-to-date (or you can refuse to update, it's all your call) and execute the launcher for you.
- This version won't be compatible with any versions before version 4.0.0. In the other words, only bootstrap version 4.0.0 and later are binary-compatible with this version.
- It is:
- Preferred to install .NET Desktop Runtime (64-bit) and keep it up-to-date, then use the
publish-framework-dependent-x64.7z
package because the updated runtime will always have bugfixes, security patches and other improvements, this will also ensure all the applications (not just this game launcher) using the said .NET runtime will perform safer and better. With this, not only you can easily update the runtime, it's also a one-time progress which benefits all other .NET8 apps, moreover, updating the launcher's bootstrap will be much less of a hassle thanks to the small package size. - NOT preferred to use
publish-standalone-x64.7z
because the package should only be used when you have reason(s) to use it (such as wanting to isolate the launcher's deployment, or using the launcher as aready-to-run
deployment). Another reason is that you may need to occasionally redownload the whole standalone package again to keep the .NET Runtime in the bundle up-to-update.
- Preferred to install .NET Desktop Runtime (64-bit) and keep it up-to-date, then use the
- If you can't open or uncompress the 7z archive, try to use download and use latest version (which is available to your system) of 7-zip here. The packages are compressed with 7-Zip 24.08 (2024-08-11).
Full Changelog: 3.2.11...6b69a40