From 9b6c3d0de86cc3c9f9d7e21efa525bf61f79b27f Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Tue, 22 Jun 2021 21:57:56 +0200 Subject: [PATCH] fix executable dub configuration --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index c628dee..97f8d16 100644 --- a/dub.json +++ b/dub.json @@ -25,7 +25,8 @@ "configurations": [ { "name": "executable", - "targetType": "executable" + "targetType": "executable", + "mainSourceFile": "source/app.d" }, { "name": "library",