Skip to content

Commit

Permalink
[171] New build ft theme fixes ft updater fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Mar 18, 2023
1 parent 3b26c42 commit 79e052d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed Enmity_Patches/Required/Enmity.Debug.Github.deb
Binary file not shown.
Binary file added Enmity_Patches/Required/Enmity.Debug.Official.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/1015931590741872712/1085309633574473819/Discord_171.0_41126.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1085632339805225080/Discord_171.0_41170.ipa",
ENMITY_LOADER: "Enmity.Development.Github.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/1015931590741872712/1085309633574473819/Discord_171.0_41126.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1085420899907412028/1085632339805225080/Discord_171.0_41170.ipa",
ENMITY_LOADER: "Enmity.Development.Github.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 79e052d

Please sign in to comment.