Skip to content

Commit

Permalink
Merge pull request #4 from Echtzeitsysteme/feature/change-desktop-urls
Browse files Browse the repository at this point in the history
Changes desktop URLs
  • Loading branch information
maxkratz committed Nov 16, 2022
2 parents 6d7c77c + c031972 commit e5a84c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,25 @@ URL=https://emoflon.org/ibex
Icon=web-browser
" > /home/vagrant/Desktop/emoflon-website.desktop

touch /home/vagrant/Desktop/emoflon-tutorial.desktop
touch /home/vagrant/Desktop/gips-examples.desktop
printf "
[Desktop Entry]
Encoding=UTF-8
Name=eMoflon::IBeX Tutorial
Name=GIPS Examples
Type=Link
URL=https://github.com/eMoflon/emoflon-ibex-tutorial/releases/latest
URL=https://github.com/Echtzeitsysteme/gips-examples
Icon=web-browser
" > /home/vagrant/Desktop/emoflon-tutorial.desktop
" > /home/vagrant/Desktop/gips-examples.desktop

touch /home/vagrant/Desktop/emoflon-tests.desktop
touch /home/vagrant/Desktop/gips-tests.desktop
printf "
[Desktop Entry]
Encoding=UTF-8
Name=eMoflon::IBeX Test Suite
Name=GIPS Test Suite
Type=Link
URL=https://github.com/eMoflon/emoflon-ibex-tests
URL=https://github.com/Echtzeitsysteme/gips-tests
Icon=web-browser
" > /home/vagrant/Desktop/emoflon-tests.desktop
" > /home/vagrant/Desktop/gips-tests.desktop

chmod u+x /home/vagrant/Desktop/*.desktop

Expand Down

0 comments on commit e5a84c7

Please sign in to comment.