Forgot package_win32.sh

This commit is contained in:
2011-02-06 09:18:43 +01:00
parent 37a199ead2
commit 1b03559b2b
2 changed files with 22 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%d.%m.%Y`
ARCH=`${PREFIX}gcc -dumpmachine | cut -d- -f1`
[ -z "$ARCH" ] && ARCH=`${PREFIX}gcc -dumpmachine | cut -d- -f1`
VERSION=`cat src/controller/KissCount.h | grep APP_VERSION | cut -d\" -f2`
DIR="KissCount_build_${VERSION}_${DATE}_${ARCH}"
FILE="$DIR.tar.bz2"