mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fixed a typo in a path to Resources on OSX.
This commit is contained in:
@@ -41,7 +41,7 @@ warn "Running Slic3r under Perl 5.16 is neither supported nor recommended\n"
|
|||||||
use FindBin;
|
use FindBin;
|
||||||
|
|
||||||
# Let the XS module know where the GUI resources reside.
|
# Let the XS module know where the GUI resources reside.
|
||||||
set_resources_dir(decode_path($FindBin::Bin) . (($^O eq 'darwin') ? '../Resources' : '/resources'));
|
set_resources_dir(decode_path($FindBin::Bin) . (($^O eq 'darwin') ? '/../Resources' : '/resources'));
|
||||||
set_var_dir(resources_dir() . "/icons");
|
set_var_dir(resources_dir() . "/icons");
|
||||||
|
|
||||||
use Moo 1.003001;
|
use Moo 1.003001;
|
||||||
|
|||||||
Reference in New Issue
Block a user