Browse Source

Update archive creation script

Better arch
Leo 10 years ago
parent
commit
7775f1c4bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg.sh

+ 1 - 1
pkg.sh

@@ -14,5 +14,5 @@ id=`git rev-parse --short --verify HEAD`
 name=OcLaunch_${tag}-${id}.tgz
 
 echo "Write in" $name
-git archive master --prefix=$name --format=tgz -o dist/$name
+git archive master --prefix=${name}/ --format=tgz -o dist/$name