vineetred / flowy

A lean, privacy-preserving dynamic wallpaper changer written in Rust.
GNU General Public License v3.0
278 stars 17 forks source link

Windows support #36

Closed Aloso closed 4 years ago

Aloso commented 4 years ago

This adds support for windows. I also uncommented the windows part in the GitHub workflow.

WARNING: I haven't tested this, please make sure that it works before merging.

The code is taken from the wallpaper crate and slightly modified.

vineetred commented 4 years ago

@Aloso one of the reasons I have not ported the Windows bit from the wallpaper crate is because I have no system to check if it works. I'll see how I can share this binary -- meanwhile, see if you can do the same as well.

swagggpickle commented 4 years ago

@vineetred I tested this branch on my Windows machine and I did not have any problem.

vineetred commented 4 years ago

@vineetred I tested this branch on my Windows machine and I did not have any problem.

Amazing. Merging right away then! Windows support is great news!

Aloso commented 4 years ago

This is great! I guess the documentation still needs to be updated before the next release.

vineetred commented 4 years ago

documentation still needs to be updated before the next release.

@Aloso yep! Need to revamp it as it's going to be a major release. Posted on the issue tracker already.