This commit is contained in:
Er2 2023-05-01 22:09:52 +03:00
parent 05978bfde1
commit 49cde1ac27

View File

@ -361,7 +361,7 @@ bool FileSystem_GetExecutableDir( char *exedir, int exeDirLen )
# ifdef POSIX
Q_strncpy( exedir, LIBDIR, exeDirLen );
# else
exedir = "bin";
Q_strncpy( exedir, "./bin", exeDirLen );
# endif
#endif