jjw24 / Wox

Launcher for Windows, an alternative to Alfred and Launchy.
http://wox.one
MIT License
154 stars 12 forks source link

Remove UwpDesktop library dependency and upgrade to framework 4.6.2 #159

Closed jjw24 closed 4 years ago

jjw24 commented 4 years ago

Currently in order to contribute, devs need to download specific Microsoft Windows SDK outlined in the readme in order to contribute due to Program plugin's UWPDesktop dependency. UWPDesktop is used for loading and starting UWP apps.

This change also involves upgrading all projects from 4.5.2 to 4.6.2

This change will mean contributors no longer have to download and install the specfic Windows SDK (over 1gb) in order to build and contribute. It will now be restored via Microsoft Windows SDK Contracts.

Tested: Downloaded and installed external plugin Clipboard History plugin. Working as expected.