Skip to content

Commit

Permalink
fix zip - remove invisible files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMaul committed Aug 8, 2024
1 parent 02f0957 commit f4cb00e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed Libraries/lib4d-arm64.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion Project/Sources/Classes/_Build.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Function Zip($source : Text; $target : Text)->$error : Object
If (Test path name:C476($target)=Is a document:K24:1)
DELETE DOCUMENT:C159($target) // just to be sure that zip works and we can fetch errors
End if
$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)
$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)
$in:=""
$out:=""
$err:=""
Expand Down

0 comments on commit f4cb00e

Please sign in to comment.