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 90f3884 commit fca402a
Show file tree
Hide file tree
Showing 36 changed files with 23 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Components

lib4d-arm64.dylib
userPreferences.Thomas/
UserMode_Component_Build
UserMode_Component_Build/
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.

This file was deleted.

This file was deleted.

Binary file not shown.
9 changes: 9 additions & 0 deletions userPreferences.Thomas/methodPreferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,14 @@
"folding": [],
"bookmarks": [],
"stamp": "2022-07-21T09:11:35.878Z"
},
"Sources/Classes/_Build.4dm": {
"startSelection": 0,
"endSelection": 0,
"firstSelectedLine": 80,
"lastSelectedLine": 80,
"folding": [],
"bookmarks": [],
"stamp": "2024-08-08T12:41:12.930Z"
}
}
6 changes: 6 additions & 0 deletions userPreferences.Thomas/methodWindowPositions.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,11 @@
"top": 388,
"width": 1570,
"height": 923
},
"Sources/Classes/_Build.4dm": {
"left": 109,
"top": 324,
"width": 982,
"height": 910
}
}
2 changes: 1 addition & 1 deletion userPreferences.Thomas/preferences.4DPreferences
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="26">
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="28">
<com.4d>
<database>
<data_storage data_path="data/UserMode_Component.4DD"/>
Expand Down
6 changes: 5 additions & 1 deletion userPreferences.Thomas/workspace.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"editors": []
"editors": [
{
"type": "explorer"
}
]
}

0 comments on commit fca402a

Please sign in to comment.