Skip to content

Commit 8304e32

Browse files
NaturedNatured
authored andcommitted
added portable builds
1 parent 9e76843 commit 8304e32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/build.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
mkdir ../publish
22
dotnet build ../src/StonkBot.csproj -c Release -r win10-x64 --self-contained false --output ../publish/StonkBot_Windows
3-
dotnet build ../src/StonkBot.csproj -c Release -r linux-x64 --self-contained false --output ../publish/StonkBot_Linux
3+
dotnet build ../src/StonkBot.csproj -c Release -r win10-x64 --self-contained true --output ../publish/StonkBot_Windows_Portable
4+
dotnet build ../src/StonkBot.csproj -c Release -r linux-x64 --self-contained false --output ../publish/StonkBot_Linux
5+
dotnet build ../src/StonkBot.csproj -c Release -r linux-x64 --self-contained true --output ../publish/StonkBot_Linux_Portable

0 commit comments

Comments
 (0)