Skip to content

Commit bca1a98

Browse files
committed
Update chocolatey readme
1 parent a3aa7ab commit bca1a98

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

pkgs/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

pkgs/chocolatey/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<h1 align=center>Configuration for Chocolatey</h1>
22

3-
Official support for Chocolatey started by the release of Scala 3.6.0
3+
Official support for Chocolatey started by the release of Scala 3.6.0 and was backported (with modifications) to the Scala 3.3.5 LTS.
4+
Scala 3.3 LTS Chocolatey package uses universal package (.jar) instead of native runners.
45

56
> [!IMPORTANT]
67
> This folder contains the templates to generate the configuration for Chocolatey.
78
> The `scala.nuspec` and `chocolateyInstall.ps1` files needs to be rewritten by changing the following placeholders:
89
> - @LAUNCHER_VERSION@ : Placeholder for the current scala version to deploy
910
> - @LAUNCHER_URL@ : Placeholder for the URL to the windows zip released on GitHub
1011
> - @LAUNCHER_SHA256@ : Placeholder for the SHA256 of the msi file released on GitHub
12+
13+
## Important information
14+
15+
- How to create a *Chocolatey* package: https://docs.chocolatey.org/en-us/create/create-packages/
16+
- Guidelines to follow for the package icon: https://docs.chocolatey.org/en-us/create/create-packages/#package-icon-guidelines
17+
- `.nuspec` format specification: https://learn.microsoft.com/en-gb/nuget/reference/nuspec

0 commit comments

Comments
 (0)