From 09ce64ee04faf5cdc82bd1e604ff8ba1722d4107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 29 Jun 2013 14:47:52 +0200 Subject: [PATCH] add the global mix database from XCC required for the asset browser --- packaging/package-all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 75a821cef6..46bd06055a 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -59,6 +59,9 @@ cp OpenRA.Game/OpenRA.ico packaging/built # Remove demo.mix from cnc rm ./packaging/built/mods/cnc/bits/demo.mix +# Workaround for problems with spaces in filenames. +cp "global mix database.dat" packaging/built + # # Change into packaging directory and run the # platform-dependant packaging in parallel