From db3e2b85622efd38714ec4d7bae93b0149bb0adf Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 5 Sep 2016 19:46:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2a293..42d135c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # linuxdeployqt -linuxdeployqt takes an application as input and makes it self-contained by copying in the Qt libraries and plugins that the application uses. It is based on macdeployqt in the tools applications of the Qt Toolkit. +linuxdeployqt takes an application as input and makes it self-contained by copying in the Qt libraries and plugins that the application uses into an [AppDir](http://rox.sourceforge.net/desktop/AppDirs.html) bundle. This can optionally be put into an [AppImage](http://appimage.org/). It is based on macdeployqt in the tools applications of the Qt Toolkit. ## Known issues