Skip to content

Commit

Permalink
[178] New build with pomelo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed May 3, 2023
1 parent 0e54fbe commit c41e0c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified Enmity_Patches/Optional/flowercord.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/1102704311768727583/Discord_178.0_43444.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1015971724895989780/1103441324729978930/Discord_178.0_43611.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/1102704311768727583/Discord_178.0_43444.ipa",
IPA_FETCH_LINK: "https://cdn.discordapp.com/attachments/1015971724895989780/1103441324729978930/Discord_178.0_43611.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
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const main = async () => {
});
}
await D.logDivider();
await Init.PackageTweak("Flowercord", "gmaadske pssadsackage", "Optional");
await Init.PackageTweak("Flowercord", "gmake package", "Optional");
await Init.InitializeAzule();
await D.logDivider();
for (let i = 0; i <= 3; i++) {
Expand Down

0 comments on commit c41e0c0

Please sign in to comment.