Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mark2712 committed May 18, 2023
1 parent 4b062a4 commit f3b4cbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CEG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<None Update="img\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="readme.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>


Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ dotnet build

Для универсальной сборки приложения под windows x64:
dotnet publish --runtime "win-x64" --configuration "Release"
Готовое приложение будет находится в папке \bin\Release\net7.0-windows\win-x64
Готовое приложение будет находится в папке \bin\Release\net7.0-windows\win-x64\\publish

Так же можно собрать и под х32, хотя я не пробовал.
Так же можно собрать и под х32, хотя я не пробовал.

Ссылка на github:
https://github.com/mark2712/CosmicEnergyGrip.git

0 comments on commit f3b4cbe

Please sign in to comment.