Update startos/manifest/index.ts
Use PNG icon for Fulcrum dependency
This commit is contained in:
@@ -13,20 +13,14 @@ export const manifest = setupManifest({
|
|||||||
|
|
||||||
description: { short, long },
|
description: { short, long },
|
||||||
|
|
||||||
volumes: [
|
volumes: ['main'],
|
||||||
'main',
|
|
||||||
],
|
|
||||||
|
|
||||||
images: {
|
images: {
|
||||||
'munin-bitcoin': {
|
'munin-bitcoin': {
|
||||||
source: {
|
source: {
|
||||||
dockerTag: 'ghcr.io/munin-bitcoin/munin-bitcoin:0.1.0',
|
dockerTag: 'ghcr.io/munin-bitcoin/munin-bitcoin:0.1.0',
|
||||||
},
|
},
|
||||||
arch: [
|
arch: ['x86_64', 'aarch64', 'riscv64'],
|
||||||
'x86_64',
|
|
||||||
'aarch64',
|
|
||||||
'riscv64',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -36,8 +30,8 @@ export const manifest = setupManifest({
|
|||||||
optional: false,
|
optional: false,
|
||||||
metadata: {
|
metadata: {
|
||||||
title: 'Fulcrum',
|
title: 'Fulcrum',
|
||||||
icon: 'https://raw.githubusercontent.com/Start9Labs/fulcrum-startos/master/icon.svg',
|
icon: 'https://raw.githubusercontent.com/Start9Labs/fulcrum-startos/master/icon.png',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user