You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official support for Chocolatey started by the release of Scala 3.6.0
4
+
5
+
> [!IMPORTANT]
6
+
> This folder contains the templates to generate the configuration for Chocolatey.
7
+
> The `scala.nuspec` and `chocolateyInstall.ps1` files needs to be rewritten by changing the following placeholders:
8
+
> - @LAUNCHER_VERSION@ : Placeholder for the current scala version to deploy
9
+
> - @LAUNCHER_URL@ : Placeholder for the URL to the windows zip released on GitHub
10
+
> - @LAUNCHER_SHA256@ : Placeholder for the SHA256 of the msi file released on GitHub
11
+
12
+
## Important information
13
+
14
+
- How to create a *Chocolatey* package: https://docs.chocolatey.org/en-us/create/create-packages/
15
+
- Guidelines to follow for the package icon: https://docs.chocolatey.org/en-us/create/create-packages/#package-icon-guidelines
16
+
-`.nuspec` format specification: https://learn.microsoft.com/en-gb/nuget/reference/nuspec
0 commit comments