From 9bcf10e01e4bb3b60b295c7173d7e7ce1eb5ed74 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 19 Mar 2010 22:14:57 +0000 Subject: Do not copy the folder Mac OS with the binaries. Not needed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2210 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UPlatformMacOSX.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/base/UPlatformMacOSX.pas') diff --git a/src/base/UPlatformMacOSX.pas b/src/base/UPlatformMacOSX.pas index 1dc0014a..fda49a45 100644 --- a/src/base/UPlatformMacOSX.pas +++ b/src/base/UPlatformMacOSX.pas @@ -205,7 +205,9 @@ begin CurPath := FileInfo.Name; if CurPath.IsDirectory() then begin - if (not CurPath.Equals('.')) and (not CurPath.Equals('..')) then + if (not CurPath.Equals('.')) and + (not CurPath.Equals('..')) and + (not CurPath.Equals('MacOS')) then DirectoryList.Add(RelativePath.Append(CurPath)); end else -- cgit v1.2.3