Files
syncthing-android/scripts/debug/win/chmod+x.cmd
2025-07-17 16:32:32 +02:00

16 lines
340 B
Batchfile

@echo off
setlocal enabledelayedexpansion
::
SET "SCRIPT_PATH=%~dp0"
SET "PROJECT_ROOT=%SCRIPT_PATH%..\..\.."
::
::
git update-index --chmod=+x "%PROJECT_ROOT%\docker\prebuild.sh"
git update-index --chmod=+x "%PROJECT_ROOT%\git_fetch_branch.sh"
git update-index --chmod=+x "%PROJECT_ROOT%\gradlew"
::
git commit -m "chmod +x"
::
goto :eof