From b6d80360d7d82afe9a498721c854b8983d204986 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 16 Nov 2013 12:39:52 -0800 Subject: [PATCH] Creating distribution script Former-commit-id: 8d87e0da85d9d0a19723b47fdae493d9407eeb98 --- .gitignore | 1 + build_zip.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 build_zip.sh diff --git a/.gitignore b/.gitignore index 0d20b64..b2cc354 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +yomichan.zip diff --git a/build_zip.sh b/build_zip.sh new file mode 100755 index 0000000..59116a2 --- /dev/null +++ b/build_zip.sh @@ -0,0 +1,2 @@ +#!/bin/sh +7z a yomichan.zip -xr\!\*.pyc yomichan.py yomi_base