This commit is contained in:
2021-11-30 21:38:24 +00:00
parent 8402a88b18
commit 031a5fd15b
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@echo **************************************************************
@echo ******************** BUILD LAUNCHER **************************
@echo **************************************************************
rmdir C:\data\code\raven\dist\win-x64\launcher /s/q
mkdir C:\data\code\raven\dist\win-x64\launcher
cd C:\data\code\raven-launcher\
dotnet publish -c Release -o C:\data\code\raven\dist\win-x64\launcher\ -r win-x64 --self-contained
pause