mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
16 lines
278 B
Batchfile
16 lines
278 B
Batchfile
|
|
setlocal
|
|
|
|
set "sbinDir=%~dp0"
|
|
set "baseDir=%~dp0.."
|
|
set "buildDir=%baseDir%\build"
|
|
|
|
cd /d "%baseDir%\bin"
|
|
call build-standalone.bat
|
|
|
|
cd "%buildDir%"
|
|
tar -zxvf supersonic-webapp.tar.gz
|
|
move supersonic-webapp webapp
|
|
move webapp ..\..\launchers\standalone\target\classes
|
|
|
|
endlocal |