1 Commits

Author SHA1 Message Date
Tanmay Pachpande
44dbbb4251
Add powershell script to download latest release
## What this change does:
Adds a power-shell script to get the latest release from GitHub and download it if the user does not have it on their disk.

## How to get this working:
Create the following directory structure:
```
---- ventoy
    ---- ventoy-update-windows.ps1
    ---- ventoy-1.0.19-windows.zip
    ---- ventoy-1.0.18-windows.zip
```
When running the script from that directory, it will check the latest downloaded release on disk and compare it with the latest release on GitHub. If a newer version exists, it will download that version in the same directory.

## Future scope of this change:
- Could be added to automate updates within app.
- This approach also allows to get the change-log using `$release.body`.
2020-08-23 21:47:22 +05:30