Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorGrzegorz Szymaszek <gszymaszek@short.pl>2022-12-11 23:19:08 +0300
committerGrzegorz Szymaszek <gszymaszek@short.pl>2022-12-11 23:37:16 +0300
commitc81ea41bec91f340ddc31326c44675cce86f2846 (patch)
treee65f62635c23ec0e5fba81482ca183bd8f5a4f9b /win
parent1d2fa904783d6493957311c8a3e0b4dc970ceb8b (diff)
cfix: Add missing and remove unneeded execute bits
Remove the execute bit from files that most likely should not be executable in a Unix-like environment, like Markdown or Yaml. Set the execute bit on files that most likely should be executable: those having "#!/usr/bin/env ..." or similar solutions.
Diffstat (limited to 'win')
-rwxr-xr-x[-rw-r--r--]win/_base.sh0
-rwxr-xr-x[-rw-r--r--]win/build.sh0
-rwxr-xr-x[-rw-r--r--]win/dev_env.sh0
-rwxr-xr-x[-rw-r--r--]win/misc/create-launcher.py0
4 files changed, 0 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index ac5364413..ac5364413 100644..100755
--- a/win/_base.sh
+++ b/win/_base.sh
diff --git a/win/build.sh b/win/build.sh
index b77134680..b77134680 100644..100755
--- a/win/build.sh
+++ b/win/build.sh
diff --git a/win/dev_env.sh b/win/dev_env.sh
index f29f1edc7..f29f1edc7 100644..100755
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
diff --git a/win/misc/create-launcher.py b/win/misc/create-launcher.py
index 2a1f6fcc8..2a1f6fcc8 100644..100755
--- a/win/misc/create-launcher.py
+++ b/win/misc/create-launcher.py