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 7faef08713
commit b5aeee47ea

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;