Check for standalone windows .Net version

This commit is contained in:
2dust
2024-08-29 10:09:45 +08:00
parent 6721d150e0
commit 48a5cbc552
5 changed files with 28 additions and 0 deletions

View File

@@ -3525,5 +3525,14 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("UngroupedServers", resourceCulture);
}
}
/// <summary>
/// 查找类似 You are currently running a standalone package, please manually download the SelfContained.7z file to unzip and overwrite it! 的本地化字符串。
/// </summary>
public static string UpdateStandalonePackageTip {
get {
return ResourceManager.GetString("UpdateStandalonePackageTip", resourceCulture);
}
}
}
}