Skip to content

Commit

Permalink
Add missing r flag to cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Nov 1, 2023
1 parent 01b6261 commit e171f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ zip-release TARGET_TRIPLE:
#
cp "target/{{TARGET_TRIPLE}}/release/{{BIN_NAME}}{{EXT}}" staging/
cp "$(find "{{VSCODE}}/bin/" -name "*.vsix")" staging/extension.vsix
cp "icons" staging/
cp "data" staging/
cp -R "icons" staging/
cp -R "data" staging/
#
cd staging
if [ "{{os_family()}}" = "windows" ]; then
Expand Down

0 comments on commit e171f51

Please sign in to comment.