aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-18 16:39:27 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-18 16:39:27 -0700
commit6c9ecd33dd873b4e5568f703087bd92ea81d3b05 (patch)
tree6b304e10c6d1f00658516427a2a083523e674cad
parente274659c97ca7be2ce3f23f5f6ec8d80efcd77ab (diff)
Zip deploy script
-rw-r--r--.gitignore1
-rwxr-xr-xbuild_zip.sh4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..92ed5fb5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+yomichan.zip
diff --git a/build_zip.sh b/build_zip.sh
new file mode 100755
index 00000000..f084c38a
--- /dev/null
+++ b/build_zip.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+ZIP=yomichan.zip
+rm -f $ZIP
+7z a yomichan.zip ./ext/*