SteamDesktopAuthenticator
SteamDesktopAuthenticator copied to clipboard
maFile import doesn't work when the working directory is not the executable's parent
In ImportAccountForm.cs, the manifest file's path is relative to the working directory:
string ManifestFile = "maFiles/manifest.json";
This causes errors when the program was launched from a different place (such as the taskbar).