From 9cacd19e19adbfb07f65e97d46f8df2939086c27 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Mar 2017 19:01:57 +0100 Subject: [PATCH] sigrok-native-appimage: Use $STATIC_FILES. --- cross-compile/appimage/sigrok-native-appimage | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cross-compile/appimage/sigrok-native-appimage b/cross-compile/appimage/sigrok-native-appimage index 767b634..2815b2c 100755 --- a/cross-compile/appimage/sigrok-native-appimage +++ b/cross-compile/appimage/sigrok-native-appimage @@ -30,7 +30,7 @@ A="./$APP/$APP.AppDir" mkdir -p $A/usr/bin $A/usr/lib $A/usr/share cd ./$APP -. ../contrib/functions.sh +. $STATIC_FILES/functions.sh ######################################################################## # Get build products from $PREFIX @@ -58,7 +58,8 @@ cp $APPIMAGEKIT_OUTDIR/AppRun . # Copy desktop and icon file to AppDir for AppRun to pick them up ######################################################################## -cp ../../contrib/pulseview.desktop ../../contrib/sigrok-logo-notext.png . +cp $STATIC_FILES/pulseview.desktop . +cp $STATIC_FILES/sigrok-logo-notext.png . ######################################################################## # Copy in the dependencies that cannot be assumed to be available -- 2.30.2