Skip to content

Commit

Permalink
Hardcode upgradeCodeGuid in wix installer to remove previous scala-cl…
Browse files Browse the repository at this point in the history
…i version
  • Loading branch information
lwronski committed Oct 12, 2022
1 parent 8e8fe9f commit 8145209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/generate-os-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ generate_msi() {
--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." \
--logo-path "./logo.png" \
--suppress-validation \
--extra-configs wix-visual-cpp-redist.xml
--extra-configs wix-visual-cpp-redist.xml \
--wix-upgrade-code-guid "C74FC9A1-9381-40A6-882F-9044C603ABD9"
rm -f "$ARTIFACTS_DIR/"*.wixpdb || true
}

Expand Down

0 comments on commit 8145209

Please sign in to comment.