SteamDesktopAuthenticator icon indicating copy to clipboard operation
SteamDesktopAuthenticator copied to clipboard

maFile import doesn't work when the working directory is not the executable's parent

Open gergesh opened this issue 4 years ago • 0 comments

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).

gergesh avatar Jan 22 '22 11:01 gergesh