mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
12 lines
207 B
Batchfile
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
|