Skip to content

Commit

Permalink
Added the GUI .desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 16, 2024
1 parent 5fbe5d3 commit b4921db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provisioning/install-config-visualizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ pipx install precice-config-visualizer-gui

# Add the config-visualizer to PATH
echo "export PATH=\"\${HOME}/config-visualizer/bin:\${PATH}\"" >>~/.bashrc

# Add the GUI in the apps menu
mkdir -p ~/.local/share/applications && wget -O ~/.local/share/applications/org.precice.configvisualizer.desktop https://gist.githubusercontent.com/fsimonis/a08c3771abf808b0534d658bcb563f90/raw/10717f5b2afbf2d3c05ecb9f5c7eeaae4bbe868a/org.precice.configvisualizer.desktop

0 comments on commit b4921db

Please sign in to comment.