mirror of
https://github.com/Ryubing/RyujinxHelper.git
synced 2025-04-08 13:00:40 -04:00
4 lines
No EOL
265 B
Bash
4 lines
No EOL
265 B
Bash
rm -rf build
|
|
cd src/Bot && dotnet publish -o ../../build/bot -c Release -r linux-arm64 --self-contained true -p:PublishSingleFile=true
|
|
cd ../../
|
|
cd src/UI && dotnet publish -o ../../build/ui -c Release -r linux-arm64 --self-contained true -p:PublishSingleFile=true |