We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon packaging I have recognized many file which are having the executable bytes set falsely. I think, that should be corrected.
You can remove those bytes using the following commands:
find extra lib plugins tamper thirdparty -executable -name '*.py' | xargs chmod -x chmod -x extra/safe2bin/README.txt chmod -x procs/README.txt
The text was updated successfully, but these errors were encountered:
Fix for an Issue #333
db91137
p.s.:
find -name '*.py' | xargs git update-index --chmod=-x find -name '*.txt' | xargs git update-index --chmod=-x
Sorry, something went wrong.
755 is ok for the main files - issue #333
327db54
stamparm
No branches or pull requests
Upon packaging I have recognized many file which are having the executable bytes set falsely. I think, that should be corrected.
You can remove those bytes using the following commands:
find extra lib plugins tamper thirdparty -executable -name '*.py' | xargs chmod -x
chmod -x extra/safe2bin/README.txt
chmod -x procs/README.txt
The text was updated successfully, but these errors were encountered: