Nihlus / Launchpad

An open-source game launcher for your games
GNU General Public License v3.0
483 stars 138 forks source link

GUID generation only generates a per-game signature, not per-user. #27

Closed Nihlus closed 8 years ago

Nihlus commented 8 years ago

Due to the location the GUID is stored in (the settings file), the GUID is typically only generated once when the launcher is packaged. The GUID should be stored separately from the configuration file, and should not be packaged along with the release binaries.

Nihlus commented 8 years ago

Fixed by #f419128