kopia lustrzana https://github.com/inkstitch/inkstitch
Merge pull request #435 from inkstitch/macos-inkex-location
Add default path for inkex.py on macOSpull/437/head
commit
d388dc6085
|
@ -11,6 +11,8 @@ sys.path.append(parent_dir)
|
|||
# try find add inkex.py et al. as well
|
||||
sys.path.append(os.path.join(parent_dir, "inkscape", "share", "extensions"))
|
||||
sys.path.append(os.path.join("/usr/share/inkscape/extensions"))
|
||||
# default inkex.py location on macOS
|
||||
sys.path.append("/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/")
|
||||
|
||||
from lib.inx import generate_inx_files
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue