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

9 lines
96 B
Batchfile

@echo off
setlocal enabledelayedexpansion
::
call uninstall.cmd
::
call update.cmd
::
goto :eof