desktop and icon files with starter script

This commit is contained in:
Zoltán Balogh
2015-08-29 20:59:51 +03:00
parent 1a5ba7fb6b
commit 13bc9a7aef
4 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
debian/ubuntu-sdk-ide.desktop usr/share/applications
ubuntu-sdk-ide.png usr/share/icons
ubuntu-sdk-ide usr/bin/
usr/ubuntu-sdk-ide

View File

@@ -3,5 +3,4 @@ BINDIR=/usr/ubuntu-sdk-ide/bin
LIBDIR=/usr/ubuntu-sdk-ide/lib/qtcreator
LD_LIBRARY_PATH=$LIBDIR
export LD_LIBRARY_PATH
exec "$BINDIR/qtcreator -platformtheme appmenu-qt5`" ${1+"$@"}
~
$BINDIR/qtcreator -platformtheme appmenu-qt5 ${1+"$@"}

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB