Skip to content

Commit

Permalink
Fix macOS default filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
geniiii committed Jun 1, 2020
1 parent 99645d9 commit fcd1523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define DEFAULT_FILENAME "Ripcord.exe"
#define DEFAULT_PATCH_FILENAME "RipcordPatched.exe"
#define _CRT_SECURE_NO_WARNINGS 1
#elif __linux__
#elif __linux__ || __APPLE__
#define DEFAULT_FILENAME "Ripcord"
#define DEFAULT_PATCH_FILENAME "RipcordPatched"
#endif
Expand Down

0 comments on commit fcd1523

Please sign in to comment.