Skip to content

Commit dbdd726

Browse files
committed
Auto Update
1 parent 8243a12 commit dbdd726

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

run-demo.bat

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
@echo off
22
chcp 65001 >nul
3-
cd /d "%~dp0"
4-
echo [FastFileIndex] Running Demo (via JitPack)...
5-
echo 🚀 Running Demo...
3+
4+
echo 🚀 Running Demo (JitPack-only)...
65
cd examples\Demo
76
set "FASTFILEINDEX_MAVEN_REPO=%TEMP%\FastFileIndex-jitpack-m2"
87
call mvn -U -Dmaven.repo.local="%FASTFILEINDEX_MAVEN_REPO%" compile exec:java -Dexec.mainClass=fastfileindex.Demo -q
98
if %ERRORLEVEL% NEQ 0 ( echo ❌ Demo failed. & pause & exit /b %ERRORLEVEL% )
109

11-
echo Using local Maven repository: %FASTFILEINDEX_MAVEN_REPO%
1210
cd ..\..
13-
pause
11+
pause

0 commit comments

Comments
 (0)