Unvanquished / updater

QML based updater to install, update and launch the Unvanquished game.
https://unvanquished.net/download
15 stars 7 forks source link

Small bug fixes and cleanups #79

Closed slipher closed 3 years ago

slipher commented 3 years ago

It fixes the Linux terminal bug.

slipher commented 3 years ago

Actually, I should say it mostly fixes the terminal bug. In the case of an updater update, the game process will eventually spawn off an updater process started with startDetached, so the same situation will probably happen. We could do updater updates with exec too, but I'm not going to bother for the moment.