ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21.29k stars 1.41k forks source link

How to install binary that depends on Windows version ? #1653

Closed sestegra closed 6 years ago

sestegra commented 7 years ago

For instance, in order to install PowerShell Core, I need to detect Windows version. https://github.com/PowerShell/PowerShell/releases

r15ch13 commented 7 years ago

Currently the only way would be to create multiple manifests: powershell6-win10.json powershell5-win7.json

rasa commented 6 years ago

This appears to be resolved. If not, let us know. Thanks.