Skip to content

Commit

Permalink
build(linux): fix new lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 3, 2024
1 parent 444ca98 commit b445a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packaging/linux/flatpak/flatpak-lint-baseline_repo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"errors": [
"appstream-external-screenshot-url",
"appstream-missing-screenshots",
"finish-args-flatpak-spawn-access"
],
"info": [
"appstream-external-screenshot-url: Screenshots are not mirrored to https://dl.flathub.org/media",
"appstream-missing-screenshots: Catalogue file has no screenshots. Please check if screenshot URLs are reachable",
"finish-args-flatpak-spawn-access: finish-args has a talk-name access for org.freedesktop.Flatpak"
],
"message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
Expand Down
4 changes: 2 additions & 2 deletions packaging/sunshine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ def caveats

test do
# test that the binary runs at all
system "#{bin}/sunshine", "--version"
system "bin/sunshine", "--version"

# run the test suite
# cannot build tests with python tests because homebrew destroys the source directory
system "#{bin}/test_sunshine", "--gtest_color=yes"
system "bin/test_sunshine", "--gtest_color=yes"
end
end

0 comments on commit b445a85

Please sign in to comment.