Files
syncthing-android/scripts/debug/win/chmod+x.cmd
2025-09-05 16:49:31 +02:00

12 lines
207 B
Batchfile

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