Skip to content

Commit 64b48a4

Browse files
authored
Fix extension (#22)
1 parent cabf352 commit 64b48a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010

1111
clean_package:
1212
rm -rf ./plugin-${ARCH}
13-
rm -f ./plugin-${ARCH}.tar.gz
13+
rm -f ./plugin-${ARCH}.zip
1414

1515
package:
1616
node scripts/pkg.js ${ARCH}

0 commit comments

Comments
 (0)