Zip deploy script
This commit is contained in:
parent
e274659c97
commit
6c9ecd33dd
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
yomichan.zip
|
4
build_zip.sh
Executable file
4
build_zip.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
ZIP=yomichan.zip
|
||||||
|
rm -f $ZIP
|
||||||
|
7z a yomichan.zip ./ext/*
|
Loading…
Reference in New Issue
Block a user