Work on setup
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user