minor update

This commit is contained in:
Joseph Aquino 2025-12-26 02:30:30 -05:00
parent 5b10cc1038
commit 429dcc6a76
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "shellUtils.h" #include "shellUtils.h"
#define WIN_EXEC .append(".exe") #define WIN_EXEC .append(".exe") // executables on windows need .exe to run
int main() int main()
{ {