From 41ace3a9e53b52b4271554d7aedd88d533ee5f5e Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Wed, 8 Dec 2021 22:18:41 +0100 Subject: add macOS and windows installer (#1352) --- lib/inx/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 lib/inx/utils.py (limited to 'lib/inx/utils.py') diff --git a/lib/inx/utils.py b/lib/inx/utils.py old mode 100644 new mode 100755 index acee88ad..31da518e --- a/lib/inx/utils.py +++ b/lib/inx/utils.py @@ -35,8 +35,8 @@ def build_environment(): env.globals["command_tag"] = '../bin/inkstitch.exe' env.globals["image_path"] = '../bin/icons/' elif sys.platform == "darwin": - env.globals["command_tag"] = '../MacOS/inkstitch' - env.globals["image_path"] = '../MacOS/icons/' + env.globals["command_tag"] = '../../MacOS/inkstitch' + env.globals["image_path"] = '../../Resources/icons/' else: env.globals["command_tag"] = '../bin/inkstitch' env.globals["image_path"] = '../bin/icons/' -- cgit v1.2.3