From cbd998c98098c5d22f6905e5d6dc2c35fc2b2ffa Mon Sep 17 00:00:00 2001 From: Ethosa Date: Tue, 3 Sep 2024 11:55:52 +0700 Subject: [PATCH] upd --- src/happyx_native/app/app.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/happyx_native/app/app.nim b/src/happyx_native/app/app.nim index 51617e6..fb24f6c 100644 --- a/src/happyx_native/app/app.nim +++ b/src/happyx_native/app/app.nim @@ -190,6 +190,8 @@ macro fetchFiles*(directory: static[string]): untyped = ) ) for file in files: + if file.endsWith(".nim"): + continue result.add(newCall( "[]=", ident"_files",