Merge remote-tracking branch 'origin/minecraft-launcher-v2' into minecraft-launcher-v2

This commit is contained in:
2024-01-06 01:08:00 +06:00
2 changed files with 11 additions and 1 deletions

2
minecraft-launcher-client/publish.sh Normal file → Executable file
View File

@@ -1,6 +1,6 @@
dotnet publish -c release -o bin/publish \
--self-contained \
-r win-x64 \
--use-current-runtime \
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-p:TrimMode=partial \