From b24da7c1287ae6e12da36772a25da776156fb37c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 27 May 2016 14:50:29 +0200 Subject: [PATCH] Rename bundle.sh to sigrok-native-appimage for consistency. --- cross-compile/appimage/README | 6 +++--- .../appimage/{bundle.sh => sigrok-native-appimage} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename cross-compile/appimage/{bundle.sh => sigrok-native-appimage} (100%) mode change 100644 => 100755 diff --git a/cross-compile/appimage/README b/cross-compile/appimage/README index fd2a8ba..e0c279c 100644 --- a/cross-compile/appimage/README +++ b/cross-compile/appimage/README @@ -25,7 +25,7 @@ Work in progress. Requirements ------------ -Currently the bundle.sh script uses pre-existing build products from Jenkins +Currently the script uses pre-existing build products from Jenkins that are built on Debian unstable. This makes the build product run on none but the latest distributions. A much better choice would be to build e.g., on Debian oldstable, CentOS 6, or Ubuntu Trusty or earlier. @@ -33,7 +33,7 @@ Examples for building bleeding-edge Qt4 and Qt5 applications on such mature build systems can be found at https://github.com/probonopd/AppImages/blob/master/recipes -The bundle.sh script has been tested on Ubuntu 16.04 but is assumed +The script has been tested on Ubuntu 16.04 but is assumed to also run on Debian unstable with no or minor changes. However, it is strongly suggested to build and package the AppImage on a significantly older distribution as mentioned above for any productive use. @@ -42,7 +42,7 @@ older distribution as mentioned above for any productive use. Building -------- - $ ./bundle.sh + $ ./sigrok-native-appimage Per default it will put the AppImage in: diff --git a/cross-compile/appimage/bundle.sh b/cross-compile/appimage/sigrok-native-appimage old mode 100644 new mode 100755 similarity index 100% rename from cross-compile/appimage/bundle.sh rename to cross-compile/appimage/sigrok-native-appimage -- 2.30.2