mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
10 lines
237 B
Batchfile
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
|