Skip to content

Mr1BitL8r/Chocolatey-nitrokey-app2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chocolatey community package for Synology Note Station Client

This is just a Chocolatey community package for installing and uninstalling the Synology Note Station Client on Windows.

How to upgrade for a newer version

If there is a new version available of the Synology Note Station Client, which you can e.g. find at https://www.synology.com/de-de/releaseNote/NoteStationClient please perform the following steps:

  1. Navigate into the _sub_directory: nitrokey-app2/tools
  2. Adjust the file chocolateyinstall.ps1, so that entries
    • $url64 is set to the download URL of the 64-bit Setup.exe
    • checksum64 is set to the sha256 checksum of the 64-bit Setup.exe Hints: You can find the download link e.g. https://github.com/Nitrokey/nitrokey-app2/releases and can calculate the SHA256 checksum e.g. in PowerShell with: Get-FileHash .\nitrokey-app-v2.3.0-x64-windows-installer.msi | Format-List
  3. Navigate into the parent directory: nitrokey-app2
  4. Adjust the file nitrokey-app2.nuspec, so that the
    • is correct, but make sure NOT to use the '-', so e.g. "2.2.4-703" needs to be "2.2.4.703" for chocolatey.
    • is set to the correct year.
  5. Open a PowerShell with administrator privileges and navigate into the folder nitrokey-app2 that is containing the file nitrokey-app2.nuspec
    • Create the package for chocolatey via executing the command: choco pack
    • Hint: If there are other *.nupkg files than the one that you want to test in the folder, delete or move them.
  6. Test the newly created package by
    • Upgrading it, e.g. via executing: choco upgrade nitrokey-app2 -dv -s .
    • Uninstalling it, e.g. via executing: choco uninstall nitrokey-app2 -dv -s .
    • Installing it, e.g. via executing: choco install nitrokey-app2 -dv -s .
  7. Push the package to the chocolatey community repository: choco push .\nitrokey-app2.2.3.0.nupkg -s https://push.chocolatey.org/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published