Files
syncthing-android/lint.cmd
2025-09-24 10:10:45 +02:00

10 lines
237 B
Batchfile

@echo off
setlocal enabledelayedexpansion
::
SET "SCRIPT_PATH=%~dp0"
SET LINT_RESULTS_DEBUG="%SCRIPT_PATH%app\build\reports\lint-results-debug.html"
::
IF EXIST %LINT_RESULTS_DEBUG% start "lint-results" %LINT_RESULTS_DEBUG%
::
goto :eof