From a8ddd204665e0d5339b22def1cad88d9e546dde3 Mon Sep 17 00:00:00 2001 From: SerStars <90714930+SerStars@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:48:29 +0100 Subject: [PATCH] Disable Flowercord Flowercord is broken on new builds --- index.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.js b/index.js index 30b55a28b..69390ebc5 100644 --- a/index.js +++ b/index.js @@ -139,16 +139,16 @@ const EntryPoint = async (index, ipaName) => { }); break; } - case 3: { - const M = new Main('Tweak', "Optional Variations"); - await M.Main(async () => { - await new Inject("Flowercord", 'Flowercord', false, "ls Patches/Optional").run(M, async (ipaName, patchName) => { - await Shell.run(`Azule/azule -U -i Dist/${ipaName}.ipa -o Dist -f $PWD/Patches/Optional/${patchName} -v & wait $!`); - await Shell.run(`mv Dist/${ipaName}+${patchName}.ipa Dist/${ipaName}+Flowercord.ipa`); - }); - }); - break; - } + // case 3: { + // const M = new Main('Tweak', "Optional Variations"); + // await M.Main(async () => { + // await new Inject("Flowercord", 'Flowercord', false, "ls Patches/Optional").run(M, async (ipaName, patchName) => { + // await Shell.run(`Azule/azule -U -i Dist/${ipaName}.ipa -o Dist -f $PWD/Patches/Optional/${patchName} -v & wait $!`); + // await Shell.run(`mv Dist/${ipaName}+${patchName}.ipa Dist/${ipaName}+Flowercord.ipa`); + // }); + // }); + // break; + // } default: break; } @@ -277,7 +277,7 @@ const main = async () => { }); } await D.logDivider(); - await Init.PackageTweak("Flowercord", "gmake package", "Optional"); + // await Init.PackageTweak("Flowercord", "gmake package", "Optional"); await Init.PackageTweak("SideloadFix", "gmake package", "Required"); await Init.InitializeAzule(); await D.logDivider();