Browse Source

Set compression level to the better in pkg.sh script

Imperceptibly slower, never mind
Leo 9 years ago
parent
commit
a7da1af441
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg.sh

+ 1 - 1
pkg.sh

@@ -13,5 +13,5 @@ id=`git describe HEAD`
 name=OcLaunch_${id}.tgz
 
 echo "Writing in" $name
-git archive master --prefix=${name}/ --format=tgz -o dist/${name}
+git archive master --prefix=${name}/ --format=tgz -o dist/${name} -9