Skip to content

Backport "Bump scala-cli to 1.4.1 + drop old cli management" to 3.5.1 #21369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

WojciechMazur
Copy link
Contributor

Backports #21234 to Scala 3.5.1-RC2

@WojciechMazur WojciechMazur requested a review from Kordyjan August 12, 2024 13:37
Comment on lines 2181 to 2191
Windows / name := "scala",
Windows / mappings := (Universal / mappings).value,
Windows / packageBin := (Windows / packageBin).dependsOn(republish).value,
Windows / wixFiles := (Windows / wixFiles).dependsOn(republish).value,
// Additional information: https://wixtoolset.org/docs/schema/wxs/package/
maintainer := "The Scala Programming Language", // The displayed maintainer of the package
packageSummary := s"Scala $dottyVersion", // The displayed name of the package
packageDescription := """Installer for the Scala Programming Language""", // The displayed description of the package
wixProductId := "*", // Unique ID for each generated MSI; will change for each generated msi
wixProductUpgradeId := "3E5A1A82-CA67-4353-94FE-5BDD400AF66B", // Unique ID to identify the package; used to manage the upgrades
wixProductLicense := Some(dist.base / "LICENSE.rtf") // Link to the LICENSE to show during the installation (keep in sync with ../LICENSE)
Copy link
Member

@hamzaremmal hamzaremmal Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be backported !! We only use the sbt-native-packager starting from 3.6.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original commit: 0f0b703

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, thank you. I've reverted these too quick changes done when resolving conflicts.

@WojciechMazur WojciechMazur merged commit dd0d361 into scala:release-3.5.1 Aug 13, 2024
23 of 24 checks passed
@WojciechMazur WojciechMazur deleted the backport-3.5.1/21234 branch August 13, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants