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 c622135 commit ecd36c6Copy full SHA for ecd36c6
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install dotnet deb
48
run: |
49
cd src/PlexRichPresence.UI.Avalonia
50
- dotnet tool install --global DotnetPackaging.Tools
+ dotnet tool install --global DotnetPackaging.Tool
51
export PATH="$PATH:/github/home/.dotnet/tools"
52
dotnet publish --runtime linux-x64 --configuration Release -p:PublishSingleFile=true --self-contained true
53
cp ./Assets/plex-rich-presence.png ./bin/Release/net8.0/linux-x64/publish/icon.png
0 commit comments