winbench / bench

Portable Software Environment for Windows
https://winbench.org
MIT License
20 stars 3 forks source link

Support for Python wheels as an additional app type #120

Closed mastersign closed 5 years ago

mastersign commented 6 years ago

Add app types python-wheel, python2-wheel, and python3-wheel as app types. Which have an Url like default apps, but have a WheelName instead of an ArchiveName and are installed with pip.

mastersign commented 5 years ago

Instead of adding another app property WheelName the existing ResourceName should be used.