Skip to content

Commit ad3c19d

Browse files
committed
fix
1 parent de7471d commit ad3c19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/CommonFramework/GlobalAutoPaths.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Filesystem::Path get_application_base_dir_path(){
9191
}
9292
}
9393
#endif
94-
return Filesystem::application_binary_path();
94+
return Filesystem::application_working_path();
9595
}
9696
std::string get_resource_path(){
9797
// Find the resource directory.

0 commit comments

Comments
 (0)