From c6de7cf784ec69cddb3e0724933341320f78501d Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 28 Jul 2025 21:13:21 -0500 Subject: [PATCH] Mark OpenRGB.exe as KeyPath in Wix installer --- scripts/build-msi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-msi.sh b/scripts/build-msi.sh index df535dd8..f889e194 100755 --- a/scripts/build-msi.sh +++ b/scripts/build-msi.sh @@ -62,7 +62,7 @@ do EXE_ID=${PRODUCTNAME}00 EXE_FILE=${filename} #Add special entry to files list - FILES="$FILES \n" + FILES="$FILES \n" elif [ -d "$file" ] ; then #If this is a directory then we need to add another component COMPONENTS="${COMPONENTS} \n"