Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Fix flatpak scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Sep 21, 2023
1 parent d1204fe commit f874bc5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 35,7 @@ impl Service {
match self {
Service::Smart => "dialog-information-symbolic",
Service::Computer => "computer-symbolic",
Service::Microsoft => "tools-symbolic",
Service::Microsoft => "task-symbolic",
}
}
}
Expand Down
Binary file modified data/resources/screenshots/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions scripts/flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,7 @@

rm -rf ../_build/
cd ..
meson build
meson setup _build .
meson dist -C _build/
meson dist -C _build/ --allow-dirty
cd _build/meson-dist/ || exit
nautilus .
2 changes: 1 addition & 1 deletion scripts/flatpak_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,6 @@
rm -rf ../_build/
cd ..
meson setup -Dprofile=development _build .
meson dist -C _build/
meson dist -C _build/ --allow-dirty
cd _build/meson-dist/ || exit
nautilus .

0 comments on commit f874bc5

Please sign in to comment.