created script to zip the extension for uploading

package-extension.sh
This commit is contained in:
Jack Case
2025-11-23 13:27:42 +00:00
parent bb68883781
commit 8527a9252b

4
package-extension.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/bash
tsc;
zip -r package.zip icons/ pages/ scripts/ styles/ manifest.json;