From 077ca2d03f08ad6e5d49d364955224bd6e0c3302ab8ea1a4e97a08b44caee018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 15 Oct 2018 14:11:24 +0000 Subject: [PATCH] ups OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=273 --- appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimage.yml b/appimage.yml index 117bbf2..9d4e218 100644 --- a/appimage.yml +++ b/appimage.yml @@ -26,7 +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 + - sed -i -e '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