summaryrefslogtreecommitdiff
path: root/lib/inx/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inx/utils.py')
-rwxr-xr-x[-rw-r--r--]lib/inx/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inx/utils.py b/lib/inx/utils.py
index acee88ad..31da518e 100644..100755
--- a/lib/inx/utils.py
+++ b/lib/inx/utils.py
@@ -35,8 +35,8 @@ def build_environment():
env.globals["command_tag"] = '<command location="inx">../bin/inkstitch.exe</command>'
env.globals["image_path"] = '../bin/icons/'
elif sys.platform == "darwin":
- env.globals["command_tag"] = '<command location="inx">../MacOS/inkstitch</command>'
- env.globals["image_path"] = '../MacOS/icons/'
+ env.globals["command_tag"] = '<command location="inx">../../MacOS/inkstitch</command>'
+ env.globals["image_path"] = '../../Resources/icons/'
else:
env.globals["command_tag"] = '<command location="inx">../bin/inkstitch</command>'
env.globals["image_path"] = '../bin/icons/'