From a1bc31883b328b0736568da194190dbce6851d8d Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Fri, 12 Nov 2010 21:44:09 +1300 Subject: [PATCH] Changed shaders dir to renderer specific shader dirs in file list. --- packaging/package-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index f58e7ea388..cffa8d6fb9 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -26,7 +26,7 @@ find . -path "*.mdb" -delete # Note that the Tao dlls are shipped on all platforms except osx and that # they are now installed to the game directory instead of placed in the gac FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.Utility.exe OpenRA.Renderer.Cg.dll OpenRA.Renderer.Gl.dll OpenRA.Renderer.Null.dll \ -OpenRA.FileFormats.dll FreeSans.ttf FreeSansBold.ttf titles.ttf shaders mods/ra mods/cnc VERSION COPYING HACKING INSTALL" +OpenRA.FileFormats.dll FreeSans.ttf FreeSansBold.ttf titles.ttf cg glsl mods/ra mods/cnc VERSION COPYING HACKING INSTALL" for i in $FILES; do cp -R "$i" "packaging/built/$i" || exit 3