diff --git a/Enmity_Patches/Required/Enmity.Debug.deb b/Enmity_Patches/Required/Enmity.Debug.deb index 823aed2a9..336f4d9e5 100644 Binary files a/Enmity_Patches/Required/Enmity.Debug.deb and b/Enmity_Patches/Required/Enmity.Debug.deb differ diff --git a/Enmity_Patches/Required/K2genmity.Development.deb b/Enmity_Patches/Required/K2genmity.Development.deb index 66680fd6d..a560a2970 100644 Binary files a/Enmity_Patches/Required/K2genmity.Development.deb and b/Enmity_Patches/Required/K2genmity.Development.deb differ diff --git a/Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb b/Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb index 2644cb89f..a131ccdc5 100644 Binary files a/Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb and b/Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb differ diff --git a/constants.js b/constants.js index 3c97deddd..92cc0e8cd 100644 --- a/constants.js +++ b/constants.js @@ -1,5 +1,5 @@ export default { - IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1092560713546997770/Discord_174.0_42122.ipa", + IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1092882978117517373/Discord_174.0_42188.ipa", ENMITY_LOADER: "Enmity.Debug.deb", GET_PATCH_TYPE(predicate, inputArg, truePredicate, falsePredicate, fallback) { const out = predicate(inputArg); diff --git a/constants.ts b/constants.ts index 7ce74f1f5..09b182932 100644 --- a/constants.ts +++ b/constants.ts @@ -1,5 +1,5 @@ export default { - IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1092560713546997770/Discord_174.0_42122.ipa", + IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1092882978117517373/Discord_174.0_42188.ipa", ENMITY_LOADER: "Enmity.Debug.deb", GET_PATCH_TYPE(predicate: Function, inputArg: V, truePredicate: T, falsePredicate: T, fallback: T): T { const out: boolean = predicate(inputArg);