Skip to content

Commit

Permalink
Update MIME and desktop database
Browse files Browse the repository at this point in the history
  • Loading branch information
fagu committed Jan 24, 2021
1 parent 6f5eff6 commit f05c44e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
shell: bash
run: sudo make install

- name: Update MIME database
shell: bash
run: sudo update-mime-database /usr/local/share/mime

- name: Test help
shell: bash
run: sauklaue export -h
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ cd build
cmake ..
make
sudo make install
sudo update-mime-database /usr/local/share/mime
sudo update-desktop-database /usr/local/share/applications
```

# Usage
Expand Down

0 comments on commit f05c44e

Please sign in to comment.