From c4dc890970390998f10865dd2d5688aa614fbba2 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 16 May 2017 19:31:34 +0100 Subject: [PATCH] windows --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);