Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for firmware updates #45

Merged
merged 20 commits into from
May 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
apt update
apt install -y libaccountsservice-dev libdbus-1-dev libgranite-dev libgeoclue-2-dev meson valac
apt install -y libaccountsservice-dev libdbus-1-dev libgranite-dev libgeoclue-2-dev libfwupd-dev meson valac
- name: Build
env:
DESTDIR: out
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ You'll need the following dependencies:
* gobject-2.0
* libaccountsservice-dev
* libdbus-1-dev
* libgranite-dev
* libfwupd-dev
* libgeoclue-2-dev
* libgranite-dev
* meson
* valac

Expand Down
1 change: 1 addition & 0 deletions data/autostart.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Type=Application
Name=Elementary Settings Daemon
Comment=Elementary Settings Daemon
Exec=io.elementary.settings-daemon
Icon=io.elementary.settings-daemon
Terminal=false
Categories=System;Core;
NoDisplay=true
Expand Down
349 changes: 349 additions & 0 deletions data/icons/128.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.