fix(foot): add fcft to auto updated packages

This commit is contained in:
matt1432 2025-03-13 14:57:13 -04:00
parent f7ee925514
commit eff17eaef7
5 changed files with 28 additions and 13 deletions
apps/update-sources/src

View file

@ -42,6 +42,10 @@ const main = async() => {
console.log(updateFirefoxAddons());
}
if (args['fcft']) {
console.log(runNixUpdate('fcft'));
}
if (args['h'] || args['homepage']) {
console.log(runNixUpdate('homepage'));
}
@ -129,6 +133,7 @@ const main = async() => {
console.log(execution.stdout);
};
updatePackage('fcft');
updatePackage('homepage');
updatePackage('jmusicbot');
updatePackage('pam-fprint-grosshack');