From 088be7d5c21f8d2f77f58ea1ddaac85c89cdc96dfd52ecf0ae9c0a662bcbb451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 15 Oct 2018 14:03:17 +0000 Subject: [PATCH] fix OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=272 --- appimage.yml | 1 + osc.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appimage.yml b/appimage.yml index fdf3d68..117bbf2 100644 --- a/appimage.yml +++ b/appimage.yml @@ -26,6 +26,7 @@ script: - echo "Exec=osc" >> $BUILD_APPDIR/usr/share/applications/osc.desktop - echo "Icon=appimage" >> $BUILD_APPDIR/usr/share/applications/osc.desktop - echo "Type=Application" >> $BUILD_APPDIR/usr/share/applications/osc.desktop + - sed -e -i 's,^#!/usr/bin/python,#!/usr/bin/env python,' $BUILD_APPDIR/usr/bin/osc - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 diff --git a/osc.spec b/osc.spec index 0b5d4d1..b876f44 100644 --- a/osc.spec +++ b/osc.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #