Skip to content

Commit

Permalink
Publish: Fix windows console patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1jaczyyy committed Mar 7, 2022
1 parent dba4c2a commit b14b643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Publish/publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rd /S /Q bin
rd /S /Q obj
dotnet clean
dotnet publish -r win-x64 -c Release
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64\editbin.exe" /subsystem:windows bin\Release\net5.0\win-x64\publish\Apollo.exe >nul 2>&1
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30037\bin\Hostx64\x64\editbin.exe" /subsystem:windows bin\Release\net5.0\win-x64\publish\Apollo.exe >nul 2>&1

echo.

Expand All @@ -14,7 +14,7 @@ rd /S /Q bin
rd /S /Q obj
dotnet clean
dotnet publish -r win-x64 -c Release
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64\editbin.exe" /subsystem:windows bin\Release\net5.0\win-x64\publish\ApolloUpdate.exe >nul 2>&1
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30037\bin\Hostx64\x64\editbin.exe" /subsystem:windows bin\Release\net5.0\win-x64\publish\ApolloUpdate.exe >nul 2>&1

echo.
echo Merging...
Expand Down

0 comments on commit b14b643

Please sign in to comment.