From b4697483c98120007019c3456914cfd1dba58384 Mon Sep 17 00:00:00 2001 From: Jacopo Zecchi Date: Sun, 13 Jun 2021 15:16:25 +0200 Subject: [PATCH] Updated broken link to macdeployment qt (#493) the new link is https://doc.qt.io/qt-5/macos-deployment.html#macdeploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52907ff..a3a1961 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This Linux Deployment Tool, `linuxdeployqt`, takes an application as input and m ![](https://user-images.githubusercontent.com/2480569/34471167-d44bd55e-ef41-11e7-941e-e091a83cae38.png) ## Differences to macdeployqt -This tool is conceptually based on the [Mac Deployment Tool](https://doc-snapshots.qt.io/qt5-5.9/osx-deployment.html#the-mac-deployment-tool), `macdeployqt` in the tools applications of the Qt Toolkit, but has been changed to a slightly different logic and other tools needed for Linux. +This tool is conceptually based on the [Mac Deployment Tool](https://doc.qt.io/qt-5/macos-deployment.html#macdeploy), `macdeployqt` in the tools applications of the Qt Toolkit, but has been changed to a slightly different logic and other tools needed for Linux. * Instead of an `.app` bundle for macOS, this produces an [AppDir](http://rox.sourceforge.net/desktop/AppDirs.html) for Linux * Instead of a `.dmg` disk image for macOS, this produces an [AppImage](http://appimage.org/) for Linux which is quite similar to a dmg but executes the contained application rather than just opening a window on the desktop from where the application can be launched