1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed path to resources on OSX.

This commit is contained in:
bubnikv
2018-09-21 16:10:16 +02:00
parent 8841b7ae2c
commit 0a7646cd94
+1 -1
View File
@@ -50,7 +50,7 @@ int main(int argc, char **argv)
"../../resources" :
// Running from an installation directory:
#if APPLE
'/../Resources'
"../Resources"
#else
"resources"
#endif