Work on setup

This commit is contained in:
2012-06-01 21:36:58 +02:00
parent 8ca99707ce
commit 6ee42318e5
4 changed files with 8 additions and 95 deletions

View File

@@ -15,6 +15,8 @@ make || (echo "Compilation failed" ; exit 1)
mkdir -p "$DIR"
cp -r lib/*.dll* "$DIR"
cp -r kc ressources TODO CONTRIBUTORS COPYING README README.fr www "$DIR"
rm -rf "$DIR/ressources/po/*"
cp -r ressources/po/*.qm "$DIR/ressources/po/" # Copy only QM files
mv "$DIR"/kc "$DIR"/kc.exe
find "$DIR" -type f -executable -exec ${PREFIX}strip \{\} \;
zip -r "$FILE" "$DIR"