This commit is contained in:
2022-11-30 13:35:24 +08:00
parent e9d755e7a6
commit a9fb5dba38
28 changed files with 908 additions and 1 deletions

3
build.ps1 Normal file
View File

@ -0,0 +1,3 @@
dotnet build
dotnet publish -c Release -r win-x64 --sc -p:PublishSingleFile=true -o ./build/win-x64
rm -r ./build/temp