From eff80accd0076934996ad81224b364319bb2d2ab Mon Sep 17 00:00:00 2001 From: pchote Date: Sat, 20 Feb 2010 19:54:27 +1300 Subject: [PATCH] Add fonts to osx dist --- packaging/osx/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osx/package.sh b/packaging/osx/package.sh index a518db710e..818f667b1f 100755 --- a/packaging/osx/package.sh +++ b/packaging/osx/package.sh @@ -6,7 +6,7 @@ # List of game files to copy into the app bundle # TODO: This will be significantly shorter once we move the ra files into its mod dir -GAME_FILES="OpenRA shaders mods maps packaging/osx/settings.ini" +GAME_FILES="OpenRA shaders mods maps packaging/osx/settings.ini FreeSans.ttf FreeSansBold.ttf" # List of system files to copy into the app bundle # TODO: Sort out whats going on with libglfw so we don't need to do this