mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
4 lines
No EOL
149 B
Batchfile
4 lines
No EOL
149 B
Batchfile
cd ..\app\
|
|
SET "dir=%~dp0test_env"
|
|
CALL ..\gradlew.bat run -Dio.xpipe.storage.dir=%dir% -Dio.xpipe.beacon.port=21722 -Dio.xpipe.daemon.mode=gui
|
|
pause |