mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 17:37:27 +08:00
[+] Show alert in CI builds
This commit is contained in:
@@ -188,6 +188,9 @@ namespace AquaMai
|
||||
Patch(typeof(TestProof));
|
||||
Patch(typeof(PractiseMode));
|
||||
Patch(typeof(HideSelfMadeCharts));
|
||||
# if CI
|
||||
Patch(typeof(CiBuildAlert));
|
||||
# endif
|
||||
|
||||
// Apply patches based on the settings
|
||||
ApplyPatches();
|
||||
@@ -198,6 +201,11 @@ namespace AquaMai
|
||||
MelonLogger.Warning("===========================================================================");
|
||||
}
|
||||
|
||||
# if CI
|
||||
MelonLogger.Warning(Locale.CiBuildAlertTitle);
|
||||
MelonLogger.Warning(Locale.CiBuildAlertContent);
|
||||
# endif
|
||||
|
||||
MelonLogger.Msg(Locale.Loaded);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user