1
0
forked from 0ad/0ad

Remove unnecessary executable bits

This removes the executable bits from files which aren't supposed to
have them.

Also removes shebangs for files which aren't supposed to be executable.
This commit is contained in:
Dunedan 2024-08-24 13:22:23 +02:00
parent 05e708f987
commit f58dc9b485
Signed by untrusted user: Dunedan
GPG Key ID: 885B16854284E0B2
22 changed files with 0 additions and 2 deletions

0
binaries/data/mods/_test.gui/gui/event/event.js Executable file → Normal file
View File

0
binaries/data/mods/_test.gui/gui/event/event.xml Executable file → Normal file
View File

0
binaries/data/mods/_test.gui/gui/gui.rng Executable file → Normal file
View File

0
binaries/data/mods/_test.gui/gui/gui_page.rng Executable file → Normal file
View File

0
binaries/data/mods/_test.gui/gui/hotkey/hotkey.js Executable file → Normal file
View File

0
binaries/data/mods/_test.gui/gui/hotkey/hotkey.xml Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

0
build/arclint/dummies/cppcheck.bat Executable file → Normal file
View File

0
build/arclint/dummies/eslint.bat Executable file → Normal file
View File

2
source/tools/i18n/extractors/extractors.py Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
#
# Copyright (C) 2024 Wildfire Games.
# All rights reserved.
#