Skip to content

Commit

Permalink
Merge pull request #2076 from acterglobal/ben-fix-2075
Browse files Browse the repository at this point in the history
Add tray-icon-support for linux build
  • Loading branch information
gnunicorn authored Aug 19, 2024
2 parents 7480546 + 038e439 commit 15f5856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Linux x64
target: linux
os: ubuntu-latest
apt_install: ninja-build libgtk-3-dev libmpv-dev mpv
apt_install: ninja-build libgtk-3-dev libmpv-dev mpv libayatana-appindicator3-1 libayatana-appindicator3-dev
cargo_make_args: desktop
flutter_config: "--enable-linux-desktop"
flutter_build_args: "build linux"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
issue_number: ${{needs.run_checker.outputs.pr_num}},
owner: context.repo.owner,
repo: context.repo.repo,
body: '[Your demo build ${{ needs.tags.outputs.tag }} is ready](${{GITHUB_SERVER_URL}}/${{GITHUB_REPOSITORY}}/actions/runs/${{GITHUB_RUN_ID}})'
body: '[Your demo build ${{ needs.tags.outputs.tag }} is ready](${{env.GITHUB_SERVER_URL}}/${{env.GITHUB_REPOSITORY}}/actions/runs/${{env.GITHUB_RUN_ID}})'
})

0 comments on commit 15f5856

Please sign in to comment.