Skip to content

Commit

Permalink
Fix appimage target when not building inside the git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed May 17, 2023
1 parent e37b137 commit 32343ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtads.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 32343ef

Please sign in to comment.