Fixes disconnect, and publishing to windows. (#114)

This commit is contained in:
Kamron Batman 2020-04-26 01:43:53 -07:00 committed by GitHub
parent cffb32d6ef
commit 63bf71ea47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 72 additions and 56 deletions

View file

@ -1 +1 @@
dotnet -c Release Debug /p:PublishProfile=Windows
dotnet publish -c Debug /p:PublishProfile=Windows

View file

@ -1 +1 @@
dotnet -c Release Publish /p:PublishProfile=Windows
dotnet publish -c Release /p:PublishProfile=Windows