From fa0c5a593ee5bb75af3c6244040163330afa8d5b Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Thu, 9 May 2024 13:06:13 +0800 Subject: [PATCH] Add ARTIQ names to the installer Signed-off-by: Egor Savkin --- installer/qt-ifw/config/config.xml | 8 ++++---- .../qt-ifw/packages/com.msys2.root/meta/installscript.js | 2 +- installer/qt-ifw/packages/com.msys2.root/meta/package.xml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/installer/qt-ifw/config/config.xml b/installer/qt-ifw/config/config.xml index 359db3e..c05eefc 100644 --- a/installer/qt-ifw/config/config.xml +++ b/installer/qt-ifw/config/config.xml @@ -1,11 +1,11 @@ - MSYS2 + MSYS2 with ARTIQ @VERSION@ - MSYS2 - The MSYS2 Developers + MSYS2 with ARTIQ + M-Labs Ltd. control.js - MSYS2 + MSYS2 with ARTIQ @TargetDir@/mingw64.exe artiq diff --git a/installer/qt-ifw/packages/com.msys2.root/meta/installscript.js b/installer/qt-ifw/packages/com.msys2.root/meta/installscript.js index d41a70b..29308d6 100644 --- a/installer/qt-ifw/packages/com.msys2.root/meta/installscript.js +++ b/installer/qt-ifw/packages/com.msys2.root/meta/installscript.js @@ -34,7 +34,7 @@ function createShortcuts() return; } - component.addOperation("CreateShortcut", "@TargetDir@/mingw64.exe", "@StartMenuDir@/MSYS2 MINGW64.lnk", "iconPath=@TargetDir@/mingw64.exe"); + component.addOperation("CreateShortcut", "@TargetDir@/mingw64.exe", "@StartMenuDir@/MSYS2 with ARTIQ.lnk", "iconPath=@TargetDir@/mingw64.exe"); component.addOperation( "Execute", ["@TargetDir@\\usr\\bin\\bash.exe", "--login", "-c", "exit"]); diff --git a/installer/qt-ifw/packages/com.msys2.root/meta/package.xml b/installer/qt-ifw/packages/com.msys2.root/meta/package.xml index f988a0b..a305730 100644 --- a/installer/qt-ifw/packages/com.msys2.root/meta/package.xml +++ b/installer/qt-ifw/packages/com.msys2.root/meta/package.xml @@ -1,7 +1,7 @@ - MSYS2 - Cygwin-derived Posix-like env. for Windows with Arch Linux's Pacman + MSYS2 with ARTIQ + Cygwin-derived Posix-like env. for Windows with Arch Linux's Pacman and pre-installed ARTIQ software @VERSION@ @DATE@ true