Skip to content

Commit

Permalink
[174] 42188 + Tweak now shows Regular/k2genmity
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Apr 5, 2023
1 parent 9284de0 commit 2f7dd66
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified Enmity_Patches/Required/Enmity.Debug.deb
Binary file not shown.
Binary file modified Enmity_Patches/Required/K2genmity.Development.deb
Binary file not shown.
Binary file modified Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -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<T, V>(predicate: Function, inputArg: V, truePredicate: T, falsePredicate: T, fallback: T): T {
const out: boolean = predicate(inputArg);
Expand Down

0 comments on commit 2f7dd66

Please sign in to comment.