sharkwouter / minigalaxy

A simple GOG client for Linux
https://sharkwouter.github.io/minigalaxy/
GNU General Public License v3.0
1.09k stars 70 forks source link

Fix Windows games installation #597

Closed viacheslavka closed 3 months ago

viacheslavka commented 3 months ago

Description

This PR includes fixes for several issues I encountered while trying to install some Windows games and their DLCs. The multithreaded download fix is a little hacky, but I didn't want to make any deep dives into refactoring right now.

It also adds a minor feature that lets users specify an alternative download directory. If you want, I can move it into a separate PR or drop it altogether.

Checklist

viacheslavka commented 3 months ago

By the way, if I need to update the changelog, do I need to list my changes under 1.2.7?

sharkwouter commented 3 months ago

Thanks for the PR! I'll see if I can take a look at it tonight, otherwise it will be next week. It looks like these are some much needed changes, it's much appreciated.

To answer you question about the changelog, you can create a new entry for 1.3.0. Thanks!

sharkwouter commented 3 months ago

Thanks for the change!