summaryrefslogtreecommitdiff
path: root/Meta/lint-executable-resources.sh
AgeCommit message (Collapse)Author
2021-11-02Meta: Add special case for macOSthislooksfun
macOS's `find` does not support the '-executable' flag, nor does it support the '-perm /' syntax, but we can make it work with a special case.
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-12-27Meta: Set 'pipefail' option correctly in shell scriptsLinus Groh
This needs '-o' to work correctly. Also update the shebang to bash in some scripts as shellcheck was complaining about pipefail not being a POSIX shell thing otherwise.
2020-07-29Meta: Ensure that icons and other resources remain non-executableBen Wiederhake