Skip to content

Commit

Permalink
Adding start.bat for net5-dependent release
Browse files Browse the repository at this point in the history
Since Microsoft .NET Core updates will be offered via Microsoft Update, the net5-dependent distribution is supposed to be much popular. Thus, adding a program entrance into net5-dependent distribution is an important step to make this software more friendly to new users.
  • Loading branch information
nkh0472 authored Dec 9, 2020
1 parent d23e87e commit 52c11f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
dotnet build --configuration Release --no-restore
cd ./src/Ray.BiliBiliTool.Console
dotnet publish --self-contained false -o ./bin/Publish/net5-dependent
echo "dotnet Ray.BiliBiliTool.Console.dll" > ./bin/Publish/net5-dependent/start.bat
dotnet publish --runtime win-x86 --self-contained true -o ./bin/Publish/win-x86-x64
dotnet publish --runtime linux-arm --self-contained true -o ./bin/Publish/linux-arm
dotnet publish --runtime linux-x64 --self-contained true -o ./bin/Publish/linux-x64
Expand Down

0 comments on commit 52c11f6

Please sign in to comment.