From db25465421a4d7631acff8768a281c5833407f58 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 10 Mar 2026 11:22:54 +0100 Subject: [PATCH] turns out pinokio.json is eol --- pinokio.js | 3 +++ pinokio.json | 47 ----------------------------------------------- 2 files changed, 3 insertions(+), 47 deletions(-) delete mode 100644 pinokio.json diff --git a/pinokio.js b/pinokio.js index 26df95f..39fff7e 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,5 +1,8 @@ module.exports = { version: '5.0', + title: 'FaceFusion 3.5.4', + description: 'Industry leading face manipulation platform', + icon: 'facefusion.png', menu: require(__dirname + '/menu.js') }; diff --git a/pinokio.json b/pinokio.json deleted file mode 100644 index a0e8156..0000000 --- a/pinokio.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "title": "FaceFusion 3.5.4", - "description": "Industry leading face manipulation platform", - "icon": "facefusion.png", - "links": - [ - { - "title": "Website", - "value": "https://facefusion.io" - }, - { - "title": "BuyMeACoffee", - "value": "https://buymeacoffee.com/facefusion" - }, - { - "title": "GitHub", - "value": "https://github.com/facefusion/facefusion" - }, - { - "title": "Discord", - "value": "https://join.facefusion.io" - }, - { - "title": "Reddit", - "value": "https://www.reddit.com/r/FaceFusion" - } - ], - "plugin": - { - "menu": [] - }, - "posts": - [ - "https://x.com/henryruhs/status/2006365527732805699", - "https://x.com/henryruhs/status/1936856829230829729", - "https://x.com/henryruhs/status/1918628540586570060", - "https://x.com/henryruhs/status/1886753221785378838", - "https://x.com/henryruhs/status/1792536713513914663", - "https://x.com/henryruhs/status/1779901408793207040", - "https://x.com/henryruhs/status/1779237354705711384", - "https://x.com/henryruhs/status/1769488758041088372", - "https://x.com/henryruhs/status/1766049705148973146", - "https://x.com/henryruhs/status/1759669022100947360", - "https://x.com/henryruhs/status/1757833820718477533", - "https://x.com/henryruhs/status/1735422051253420379" - ] -}