Add build script

This commit is contained in:
Skylar Ittner 2026-03-28 17:06:29 -06:00
parent 4955e1a395
commit 37c8672e4a

16
Custom Web Tools/build.sh Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
mkdir -p "build/Custom Web Tools"
cp plugin.js "build/Custom Web Tools/plugin.js"
cp package.json "build/Custom Web Tools/package.json"
rm CustomWebTools*.zip
cd build
zip -r ../CustomWebTools.v1.1.0.zip "Custom Web Tools"
cd ..
rm -r build