Skip to content

Commit 6db8095

Browse files
committed
Refine OSx command to exclude .DS_Store
1 parent b6c3545 commit 6db8095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"windows": {
6565
"command": "Compress-Archive -Force . \"$(Split-Path -Path (Get-Location) -Leaf).zip\"",
6666
},
67-
"command": "export zip=\"$(basename $(pwd)).zip\"; rm -f $zip; zip -Xr $zip *",
67+
"command": "export zip=\"$(basename $(pwd)).zip\"; rm -f $zip; zip -x \"*.DS_Store\" -Xr $zip .",
6868
"problemMatcher": []
6969
}
7070
]

0 commit comments

Comments
 (0)