mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
8 lines
65 B
Batchfile
8 lines
65 B
Batchfile
|
@echo off
|
||
|
cls
|
||
|
cd /d "%~dps0"
|
||
|
REM
|
||
|
gradlew buildNative
|
||
|
REM
|
||
|
pause
|