diff --git a/source/app.d b/source/app.d index 2d3b0b4..a7da434 100644 --- a/source/app.d +++ b/source/app.d @@ -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);