Giter Club home page Giter Club logo

chocolatey-nitrokey-app2's Introduction

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/

chocolatey-nitrokey-app2's People

Contributors

mr1bitl8r avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.