mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
7 lines
198 B
Batchfile
7 lines
198 B
Batchfile
set "sbinDir=%~dp0"
|
|
set "baseDir=%~dp0.."
|
|
set "buildDir=%baseDir%\build"
|
|
set "main_class=com.tencent.supersonic.StandaloneLauncher"
|
|
set "standalone_service=standalone"
|
|
set "projectDir=%baseDir%\.."
|