mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
8 lines
175 B
Batchfile
8 lines
175 B
Batchfile
@echo off
|
|
setlocal enabledelayedexpansion
|
|
::
|
|
:: adb uninstall com.github.catfriend1.syncthingandroid
|
|
adb uninstall "com.github.catfriend1.syncthingandroid.debug"
|
|
::
|
|
goto :eof
|