Commit 452e328f by Motohisa Nakano

obfuscation無しのシェルにgitリポジトリを含めるよう修正

parent 4f05c8da
......@@ -3,4 +3,4 @@ GIT_BRANCH=`git branch | grep '^\*' | awk '{print $2}'`
GIT_HASH=`git log --pretty="%h" -n 1`
DATE=`date +%Y%m%d%H%M%S`
tar zcvf webviewer_nonobfuscate_${GIT_BRANCH}_${GIT_HASH}_${DATE}.tar.gz *.ico *.html usermanual.files abvw
tar zcvf webviewer_nonobfuscate_${GIT_BRANCH}_${GIT_HASH}_${DATE}.tar.gz *.ico *.html usermanual.files abvw .git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment