fs: fix get_executable_dir
This commit is contained in:
+1
-1
@@ -1960,7 +1960,7 @@ std::string fs::get_executable_dir()
|
|||||||
return exe_path;
|
return exe_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
return get_parent_dir(exe_path);
|
return get_parent_dir(exe_path) + "/";
|
||||||
}();
|
}();
|
||||||
|
|
||||||
return s_exe_dir;
|
return s_exe_dir;
|
||||||
|
|||||||
Reference in New Issue
Block a user