Skip to content

Commit

Permalink
[177] build 43229
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Apr 28, 2023
1 parent 6541f1d commit 6617792
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ Fonts/ttf/Cute
Payload
.DS_STORE
__MACOSX
eggcrypt.deb
eggcrypt.deb
libflex*.deb
FlexLoad*.dylib
Binary file removed Enmity_Patches/Unused/Enmity.Debug.Local.deb
Binary file not shown.
Binary file removed Enmity_Patches/Unused/Enmity.Development.Github.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Enmity_Patches/Unused/Enmity.deb
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file modified Tweaks/Flowercord/packages/flowercord_1.0.0_iphoneos-arm.deb
Binary file not shown.
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/1101056023281815603/Discord_177.0_43199.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1015971724895989780/1101250954088677416/Discord_177.0_43229.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 6617792

Please sign in to comment.