Skip to content

Commit 1740085

Browse files
chore: replace plugin icon path in pack-zip script
1 parent 0ca54f7 commit 1740085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/pack-zip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22
const fs = require('fs');
33
const jszip = require('jszip');
44

5-
const iconFile = path.join(__dirname, '../icon.png');
5+
const iconFile = path.join(__dirname, '../icon.webp');
66
const pluginJSON = path.join(__dirname, '../plugin.json');
77
const distFolder = path.join(__dirname, '../dist');
88
let readmeDotMd = path.join(__dirname, '../readme.md');

0 commit comments

Comments
 (0)