mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Add support for telling plugins if runtime is trimmed
This commit is contained in:
@@ -854,7 +854,7 @@ public static class PluginsCore {
|
||||
return false;
|
||||
}
|
||||
|
||||
Uri? releaseURL = await plugin.GetTargetReleaseURL(asfVersion, SharedInfo.BuildInfo.Variant, asfUpdate, updateChannel, forced).ConfigureAwait(false);
|
||||
Uri? releaseURL = await plugin.GetTargetReleaseURL(asfVersion, BuildInfo.Variant, asfUpdate, updateChannel, forced).ConfigureAwait(false);
|
||||
|
||||
if (releaseURL == null) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user