Skip to content

Commit

Permalink
(158) force refresh ipas
Browse files Browse the repository at this point in the history
remove old release and build again as app icons didnt update correctly
  • Loading branch information
acquitelol committed Jan 4, 2023
1 parent 884dbd5 commit 2711bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ node_modules
Ipas/*
Fonts/woff2/tmp
Fonts/woff2/Cute
Fonts/ttf/tmp
Fonts/ttf/Cute
Payload
Binary file modified Flowercord_Patcher/packages/flowercord_1.0.0_iphoneos-arm.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const main = async (): Promise<void> => {
)
});

const IPA_LINK = "https://cdn.discordapp.com/attachments/1015971724895989780/1055819923093467179/Discord_159.0.ipa";
const IPA_LINK = "https://cdn.discordapp.com/attachments/986937851042213888/1054952894589309008/Discord_158.0.ipa";
const IPA_NAME = IPA_LINK.split('/')[6].split(".")[0] // Gets just the IPA Name, "Discord_158" or whatever

await Shell.write(`${S.PENDING}${M.CYAN} Downloading ${M.PINK}\"${IPA_NAME}.ipa\"${M.CYAN} into ${M.PINK}\"./Ipas\".${M.ENDC}\r`);
Expand Down

0 comments on commit 2711bf4

Please sign in to comment.