Skip to content

Commit 784339b

Browse files
authored
fix(ci): correct assetFiles path in publish manifest (#46)
1 parent 138e448 commit 784339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/extension.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"assetFiles": [
1212
{
13-
"pathOnDisk": "resources/icon.png",
13+
"pathOnDisk": "icon.png",
1414
"targetPath": "resources/icon.png"
1515
}
1616
],

0 commit comments

Comments
 (0)