mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
9 lines
96 B
Batchfile
9 lines
96 B
Batchfile
@echo off
|
|
setlocal enabledelayedexpansion
|
|
::
|
|
call uninstall.cmd
|
|
::
|
|
call update.cmd
|
|
::
|
|
goto :eof
|