Skip to content

Commit 8145209

Browse files
committed
Hardcode upgradeCodeGuid in wix installer to remove previous scala-cli version
1 parent 8e8fe9f commit 8145209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/generate-os-packages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ generate_msi() {
9393
--exit-dialog "To run Scala CLI, open a Command window, and type scala-cli + Enter. If scala-cli cannot be found, ensure that the Command window was opened after Scala CLI was installed." \
9494
--logo-path "./logo.png" \
9595
--suppress-validation \
96-
--extra-configs wix-visual-cpp-redist.xml
96+
--extra-configs wix-visual-cpp-redist.xml \
97+
--wix-upgrade-code-guid "C74FC9A1-9381-40A6-882F-9044C603ABD9"
9798
rm -f "$ARTIFACTS_DIR/"*.wixpdb || true
9899
}
99100

0 commit comments

Comments
 (0)