We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e76843 commit 8304e32Copy full SHA for 8304e32
build/build.bat
@@ -1,3 +1,5 @@
1
mkdir ../publish
2
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
+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