Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
blissd committed Mar 21, 2024
1 parent e4648f5 commit e15deaf
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt-get install -y libgtk-4-dev libadwaita-1-dev build-essential
sudo apt-get install -y libgtk-4-dev libadwaita-1-dev build-essential
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 23 additions & 57 deletions data/icons/dev.romantics.Photos-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 23 additions & 58 deletions data/icons/dev.romantics.Photos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/modals/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ impl SimpleComponent for AboutDialog {
.license_type(gtk::License::Gpl30)
.website("https://github.com/blissd/photo-romantic")
.issue_url("https://github.com/blissd/photo-romantic/issues")
// Insert your application name here
.application_name("Photo Romantic")
.version(VERSION)
//.translator_credits("translator-credits")
Expand Down

0 comments on commit e15deaf

Please sign in to comment.