Chmod -x non-executable files (fixes #9629) (#9630)

Fixed via
```
git ls-files -s | grep 100755 | grep -E -v '(run|sh)$' | cut -f 2 | xargs git update-index --chmod -x
```
See #9629.
This commit is contained in:
Ross Smith II 2024-08-05 09:32:23 -07:00 committed by GitHub
parent ac22b2d00a
commit 17e60b9e0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 0 additions and 0 deletions

0
cmd/ursrv/serve/static/bootstrap/css/bootstrap-theme.min.css vendored Executable file → Normal file
View File

0
cmd/ursrv/serve/static/bootstrap/js/bootstrap.min.js vendored Executable file → Normal file
View File

View File

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

View File

0
gui/default/syncthing/core/syncthingController.js Executable file → Normal file
View File

0
gui/default/vendor/bootstrap/config.json vendored Executable file → Normal file
View File

0
gui/default/vendor/bootstrap/css/bootstrap-theme.css vendored Executable file → Normal file
View File

0
gui/default/vendor/bootstrap/css/bootstrap.css vendored Executable file → Normal file
View File

0
gui/default/vendor/bootstrap/js/bootstrap.js vendored Executable file → Normal file
View File