From fa6e3d31eb848c61612cbc9d47a4f18d2057b293 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Thu, 8 Jan 2026 11:01:29 +0100 Subject: [PATCH] Update dxftoelmt.cpp --- sources/dxf/dxftoelmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/dxf/dxftoelmt.cpp b/sources/dxf/dxftoelmt.cpp index 916e228d0..8de2c53fc 100644 --- a/sources/dxf/dxftoelmt.cpp +++ b/sources/dxf/dxftoelmt.cpp @@ -107,7 +107,7 @@ bool dxf2ElmtIsPresent(bool install_dialog, QWidget *parent) "Veuillez télécharger celui-ci en suivant le lien ci dessous et le dézipper dans le dossier d'installation")}; ThirdPartyBinaryInstallDialog dialog_(string_, - QStringLiteral("https://github.com/antonioaja/dxf2elmt/releases"), + QStringLiteral("https://github.com/Vadoola/dxf2elmt/releases/tag/v0.5.1"), dxf2ElmtDirPath(), parent); dialog_.exec();