From 6755b8619d5ddab263b0bbe9e87c55d7a71f6ef7 Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 1 May 2019 07:55:20 +0000 Subject: [PATCH] Remove unset from documentation as it is no longer needed [ci skip] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a08d2d9..25d142a 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,6 @@ script: - make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/ - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - chmod a+x linuxdeployqt-continuous-x86_64.AppImage - - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH # export VERSION=... # linuxdeployqt uses this for naming the file - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage