Skip to content

Commit

Permalink
added portable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Natured authored and Natured committed Nov 24, 2021
1 parent 9e76843 commit 8304e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mkdir ../publish
dotnet build ../src/StonkBot.csproj -c Release -r win10-x64 --self-contained false --output ../publish/StonkBot_Windows
dotnet build ../src/StonkBot.csproj -c Release -r linux-x64 --self-contained false --output ../publish/StonkBot_Linux
dotnet build ../src/StonkBot.csproj -c Release -r win10-x64 --self-contained true --output ../publish/StonkBot_Windows_Portable
dotnet build ../src/StonkBot.csproj -c Release -r linux-x64 --self-contained false --output ../publish/StonkBot_Linux
dotnet build ../src/StonkBot.csproj -c Release -r linux-x64 --self-contained true --output ../publish/StonkBot_Linux_Portable

0 comments on commit 8304e32

Please sign in to comment.