Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying an executable file strips it of its executable flag #786

Closed
darrenjaneczek opened this issue Sep 14, 2024 · 1 comment
Closed

Copying an executable file strips it of its executable flag #786

darrenjaneczek opened this issue Sep 14, 2024 · 1 comment

Comments

@darrenjaneczek
Copy link

Bug report

Actual Behavior

When copying a file with executable attributes, its attributes will be stripped on the destination file.

Expected Behavior

The copied file should have identical attributes to the source file.

How Do We Reproduce?

When setting this plugin up, set the target file with the executable flag.
Observe that the copy will not retain this flag.

Please paste the results of npx webpack-cli info here, and mention other relevant information

@alexander-akait
Copy link
Member

duplicate in favor #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants