-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
On Windows (e.g. in WSL) every file is mapped as executable.
Hence lines like
find ${installFolder} -executable ! -type d ! -name '*.exe' ! -name '*.dll' ! -name '*.sh' -exec rm -f {} + |
find ${installNative} -type f -executable -exec strip {} \; || true |
Metadata
Metadata
Assignees
Labels
No labels