diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 2f4e802596..20d6d8ffeb 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -26,8 +26,6 @@ markdown CONTRIBUTING.md > CONTRIBUTING.html markdown DOCUMENTATION.md > DOCUMENTATION.html # List of files that are packaged on all platforms -# 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.FileFormats.dll' 'OpenRA.Renderer.SdlCommon.dll' 'OpenRA.Renderer.Sdl2.dll' 'OpenRA.Renderer.Cg.dll' 'OpenRA.Renderer.Gl.dll' 'OpenRA.Renderer.Null.dll' 'OpenRA.Irc.dll' \ 'FreeSans.ttf' 'FreeSansBold.ttf' \