Files
syncthing-android/scripts/debug/win/uninstall.cmd
2025-07-14 00:14:54 +02:00

8 lines
175 B
Batchfile

@echo off
setlocal enabledelayedexpansion
::
:: adb uninstall com.github.catfriend1.syncthingandroid
adb uninstall "com.github.catfriend1.syncthingandroid.debug"
::
goto :eof