From 6b6453c0552c4e2fadb0a2adcfbf224e36cf301b Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Fri, 26 Dec 2025 01:17:03 -0500 Subject: [PATCH] minor patch --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 7d107a9..104121f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,11 @@ #include "shellUtils.h" +#ifdef WIN32 #define WIN_EXEC .append(".exe") // executables on windows need .exe to run +#else +#define WIN_EXEC +#endif int main() {