diff --git a/src/slic3r.cpp b/src/slic3r.cpp index e836bb90d..73bf49b27 100644 --- a/src/slic3r.cpp +++ b/src/slic3r.cpp @@ -50,7 +50,7 @@ int main(int argc, char **argv) "../../resources" : // Running from an installation directory: #if APPLE - '/../Resources' + "../Resources" #else "resources" #endif