mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 06:22:04 +08:00
Append libexec to the slic3r.pl path
This commit is contained in:
parent
97431eba20
commit
4a5ccaa423
@ -67,6 +67,7 @@ int main(int argc, char **argv, char **env)
|
||||
printf("Slic3r installed in a loclized path. Using an 8.3 path: \"%s\"\n",
|
||||
script_path);
|
||||
SetDllDirectoryA(script_path);
|
||||
strcat(dir, "libexec\\");
|
||||
_makepath(script_path, drive, dir, "slic3r", "pl");
|
||||
command_line[0] = exe_path;
|
||||
command_line[1] = script_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user