From 32343ef9b7e148da0b46731e93de971c2b6748b5 Mon Sep 17 00:00:00 2001 From: Nikos Chantziaras Date: Wed, 17 May 2023 23:39:27 +0300 Subject: [PATCH] Fix appimage target when not building inside the git repo --- qtads.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtads.pro b/qtads.pro index 61eaa32..21d5cd3 100644 --- a/qtads.pro +++ b/qtads.pro @@ -496,7 +496,7 @@ linux { && rm -f AppDir/AppRun \ && cp $$shell_quote($$_PRO_FILE_PWD_/appimage_apprun_wrapper) AppDir/AppRun \ && chmod +x AppDir/AppRun \ - && appimagetool AppDir + && VERSION="$$VERSION" appimagetool AppDir QMAKE_EXTRA_TARGETS += appimage }