Skip to content

Commit db1a54f

Browse files
authored
fix(ci): use absolute URL for README icon in marketplace (#47)
1 parent 784339b commit db1a54f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="resources/icon.png" alt="Git Ranger Logo" width="128" />
2+
<img src="https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/icon.png" alt="Git Ranger Logo" width="128" />
33
</p>
44

55
<h1 align="center">Git Ranger</h1>

resources/extension.manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"identity": {
99
"internalName": "VS-GitRanger"
1010
},
11-
"assetFiles": [
12-
{
13-
"pathOnDisk": "icon.png",
14-
"targetPath": "resources/icon.png"
15-
}
16-
],
1711
"overview": "../README.md",
1812
"publisher": "CodingWithCalvin",
1913
"qna": true,

0 commit comments

Comments
 (0)