This commit is contained in:
Anonymous 2017-05-16 19:31:34 +01:00
parent d90d2e4a08
commit c4dc890970
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ int main(string[] args)
}
auto path = thisExePath();
path = path.replaceFirst(regex("qobuz-get$"), "magic.json"); // HACK
path = path.replaceFirst(regex("qobuz-get(\\.exe)?$"), "magic.json"); // HACK
string json;
try {
json = readText(path);