Skip to content

Commit 1ca075e

Browse files
authored
Merge pull request #39 from garoon/GTM-19793_Set-icon
GTM-19793: Set icon.png for DXT
2 parents 3e4937c + a379955 commit 1ca075e

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

icon.png

36 KB
Loading

manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"homepage": "https://github.com/garoon/garoon-mcp-server",
1212
"documentation": "https://github.com/garoon/garoon-mcp-server/blob/main/README.md",
1313
"support": "https://github.com/garoon/garoon-mcp-server/issues",
14+
"icon": "icon.png",
1415
"server": {
1516
"type": "node",
1617
"entry_point": "dist/index.js",

scripts/build-dxt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mkdir -p build/tmp
1212
cp package.json \
1313
pnpm-lock.yaml \
1414
manifest.json \
15+
icon.png \
1516
LICENSE \
1617
NOTICE \
1718
README.md \

0 commit comments

Comments
 (0)