diff --git a/.justfile b/.justfile index d410df3..1306c2b 100644 --- a/.justfile +++ b/.justfile @@ -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