diff --git a/debian/ubuntu-sdk-ide.install b/debian/ubuntu-sdk-ide.install index c9c7c1846..6890a173a 100644 --- a/debian/ubuntu-sdk-ide.install +++ b/debian/ubuntu-sdk-ide.install @@ -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 diff --git a/ubuntu-sdk-ide b/ubuntu-sdk-ide index 5aa140a61..5d370d689 100755 --- a/ubuntu-sdk-ide +++ b/ubuntu-sdk-ide @@ -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+"$@"} diff --git a/debian/ubuntu-sdk-ide.desktop b/ubuntu-sdk-ide.desktop similarity index 100% rename from debian/ubuntu-sdk-ide.desktop rename to ubuntu-sdk-ide.desktop diff --git a/debian/ubuntu-sdk-ide.png b/ubuntu-sdk-ide.png similarity index 100% rename from debian/ubuntu-sdk-ide.png rename to ubuntu-sdk-ide.png