mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 05:56:02 +08:00
Fixed path to resources on OSX.
This commit is contained in:
parent
8841b7ae2c
commit
0a7646cd94
@ -50,7 +50,7 @@ int main(int argc, char **argv)
|
||||
"../../resources" :
|
||||
// Running from an installation directory:
|
||||
#if APPLE
|
||||
'/../Resources'
|
||||
"../Resources"
|
||||
#else
|
||||
"resources"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user