remove appcenter
This commit is contained in:
HolographicHat
2024-04-02 15:06:05 +08:00
parent e1429289ad
commit 9abdd123ee
26 changed files with 42 additions and 563 deletions

View File

@@ -1,7 +1,5 @@
using Proto;
using YaeAchievement;
using YaeAchievement.AppCenterSDK;
using YaeAchievement.AppCenterSDK.Models;
using YaeAchievement.res;
using static YaeAchievement.Utils;
@@ -22,13 +20,6 @@ AppConfig.Load(args.GetOrNull(0) ?? "auto");
Export.ExportTo = ToUIntOrNull(args.GetOrNull(1)) ?? uint.MaxValue;
CheckUpdate(ToBooleanOrFalse(args.GetOrNull(2)));
AppCenter.Init();
new EventLog("AppInit") {
Properties = {
{ "AppVersion", GlobalVars.AppVersionName },
{ "SystemVersion", DeviceHelper.GetSystemVersion() }
}
}.Enqueue();
var historyCache = new CacheFile("ExportData");