minor patch

This commit is contained in:
Joseph Aquino 2025-12-26 01:17:03 -05:00
parent 429dcc6a76
commit 6b6453c055
1 changed files with 4 additions and 0 deletions

View File

@ -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()
{