Skip to content

Commit

Permalink
install desktop-file-utils for launcher generation
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 29, 2024
1 parent 40fb79c commit 7c2c716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
sudo apt update
sudo apt install libgl1-mesa-dev ninja-build libutf8proc-dev libcups2-dev
sudo apt install desktop-file-utils
- name: install Windows system dependencies
if: runner.os == 'Windows'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ wget $(./packaging/format-deb-url.py) --directory-prefix=/tmp
sudo apt install /tmp/qtcreator-opensource-linux-*-*.deb

# generate and install the plugin package
sudo apt install desktop-file-utils
cd build
cpack -G DEB
sudo apt install ./ROSProjectManager-*-Linux-*.deb
Expand Down

0 comments on commit 7c2c716

Please sign in to comment.