We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca54f7 commit 1740085Copy full SHA for 1740085
1 file changed
.vscode/pack-zip.js
@@ -2,7 +2,7 @@ const path = require('path');
2
const fs = require('fs');
3
const jszip = require('jszip');
4
5
-const iconFile = path.join(__dirname, '../icon.png');
+const iconFile = path.join(__dirname, '../icon.webp');
6
const pluginJSON = path.join(__dirname, '../plugin.json');
7
const distFolder = path.join(__dirname, '../dist');
8
let readmeDotMd = path.join(__dirname, '../readme.md');
0 commit comments