Skip to content

Commit fca402a

Browse files
committed
fix zip - remove invisible files
1 parent 90f3884 commit fca402a

36 files changed

Lines changed: 23 additions & 193 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Components
1010

1111
lib4d-arm64.dylib
1212
userPreferences.Thomas/
13-
UserMode_Component_Build
13+
UserMode_Component_Build/

Project/Sources/Classes/_Build.4dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Function Zip($source : Text; $target : Text)->$error : Object
7777
If (Test path name:C476($target)=Is a document:K24:1)
7878
DELETE DOCUMENT:C159($target) // just to be sure that zip works and we can fetch errors
7979
End if
80-
$cmd:="/usr/bin/ditto -c -k --keepParent "+Char:C90(34)+Convert path system to POSIX:C1106($source)+Char:C90(34)+" "+Char:C90(34)+Convert path system to POSIX:C1106($target)+Char:C90(34)
80+
$cmd:="/usr/bin/ditto -c -k --keepParent --norsrc --noextatt "+Char:C90(34)+Convert path system to POSIX:C1106($source)+Char:C90(34)+" "+Char:C90(34)+Convert path system to POSIX:C1106($target)+Char:C90(34)
8181
$in:=""
8282
$out:=""
8383
$err:=""
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)