From 14f63ce7799999b966a73603fb543d652d37ff4a Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Sat, 8 Aug 2026 13:50:27 +0000 Subject: [PATCH] Update startos/manifest/index.ts Use PNG icon for Fulcrum dependency --- startos/manifest/index.ts | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/startos/manifest/index.ts b/startos/manifest/index.ts index 79450f6..062e121 100644 --- a/startos/manifest/index.ts +++ b/startos/manifest/index.ts @@ -13,20 +13,14 @@ export const manifest = setupManifest({ description: { short, long }, - volumes: [ - 'main', - ], + volumes: ['main'], images: { 'munin-bitcoin': { source: { dockerTag: 'ghcr.io/munin-bitcoin/munin-bitcoin:0.1.0', }, - arch: [ - 'x86_64', - 'aarch64', - 'riscv64', - ], + arch: ['x86_64', 'aarch64', 'riscv64'], }, }, @@ -36,8 +30,8 @@ export const manifest = setupManifest({ optional: false, metadata: { title: 'Fulcrum', - icon: 'https://raw.githubusercontent.com/Start9Labs/fulcrum-startos/master/icon.svg', + icon: 'https://raw.githubusercontent.com/Start9Labs/fulcrum-startos/master/icon.png', }, }, }, -}) +}) \ No newline at end of file