We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabf352 commit 64b48a4Copy full SHA for 64b48a4
Makefile
@@ -10,7 +10,7 @@ build:
10
11
clean_package:
12
rm -rf ./plugin-${ARCH}
13
- rm -f ./plugin-${ARCH}.tar.gz
+ rm -f ./plugin-${ARCH}.zip
14
15
package:
16
node scripts/pkg.js ${ARCH}
0 commit comments