From c031972b761fb6cd5f68b5c71b92521c8999e220 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Tue, 15 Nov 2022 15:52:28 +0100 Subject: [PATCH] Adapts URLs on the desktop --- prov.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/prov.sh b/prov.sh index 3d9b541..7c84d0c 100644 --- a/prov.sh +++ b/prov.sh @@ -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