Add build script
This commit is contained in:
parent
4955e1a395
commit
37c8672e4a
16
Custom Web Tools/build.sh
Executable file
16
Custom Web Tools/build.sh
Executable 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
|
||||
Loading…
x
Reference in New Issue
Block a user