Skip to content

Commit

Permalink
Windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 6, 2024
1 parent 0220d36 commit 0dce6f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chocolatey/nelson/nelson.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nelson</id>
<version>1.7.0.4255</version>
<version>1.8.0.4314</version>
<owners>Allan CORNET</owners>
<title>nelson</title>
<authors>Nelson numerical software</authors>
Expand Down
8 changes: 4 additions & 4 deletions chocolatey/nelson/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$packageName = 'nelson'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /ALLUSERS /SUPPRESSMSGBOXES /NORESTART /SP-'
$url = 'https://github.com/nelson-lang/nelson/releases/download/v1.7.0/Nelson-1.7.0.4255-x86-32.exe'
$checksum = '9015b53a28a13bb21b610c08ba68431c3473b455b71f199e0b787cb85d841477'
$url = 'https://github.com/nelson-lang/nelson/releases/download/v1.8.0/Nelson-1.8.0.4314-x86-32.exe'
$checksum = '70f94febd6665747545c678febfedc1f9cb061def8e893927e4b614c0623031d'
$checksumType = 'sha256'
$url64 = 'https://github.com/nelson-lang/nelson/releases/download/v1.7.0/Nelson-1.7.0.4255-x86-64.exe'
$checksum64 = 'c31b1e91ec2744efefe0b6bf702c2b7d78636a07ecab533135ad40176249114b'
$url64 = 'https://github.com/nelson-lang/nelson/releases/download/v1.8.0/Nelson-1.8.0.4314-x86-64.exe'
$checksum64 = '885bb5150f1338ca61bc1ffd4461bea22c5ca0dfe00880548122126e6a76fc93'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
4 changes: 2 additions & 2 deletions chocolatey/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ https://community.chocolatey.org/account/Packages

```
choco pack
choco install nelson.1.7.0.4255.nupkg -dv -s .
choco install nelson.1.8.0.4314.nupkg -dv -s .
choco apikey -k <your key here> -s https://push.chocolatey.org/
choco push nelson.1.7.0.4255.nupkg -s https://push.chocolatey.org/
choco push nelson.1.8.0.4314.nupkg -s https://push.chocolatey.org/
```

0 comments on commit 0dce6f9

Please sign in to comment.