mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 09:59:48 -07:00
Update default profile folder path for macOS
Adjusted the default profile folder path in the OrcaSlicer profile validator for macOS to ensure correct resource access, as Multi configure is now set as the default.
This commit is contained in:
parent
90b59ff7d6
commit
3d2b332c01
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ int main(int argc, char* argv[])
|
|||
// clang-format off
|
||||
desc.add_options()("help,h", "help")
|
||||
#ifdef __APPLE__
|
||||
("path,p", po::value<std::string>()->default_value("../../../../../../resources/profiles"), "profile folder")
|
||||
("path,p", po::value<std::string>()->default_value("../../../../../../../resources/profiles"), "profile folder")
|
||||
#else
|
||||
("path,p", po::value<std::string>()->default_value("../../../resources/profiles"), "profile folder")
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue