Skip to content

Commit

Permalink
Disable Flowercord
Browse files Browse the repository at this point in the history
Flowercord is broken on new builds
  • Loading branch information
SerStars authored Dec 15, 2024
1 parent c6834cd commit a8ddd20
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit a8ddd20

Please sign in to comment.