From 44f2a6501fe99d0a6e8cd48cc86df7281dcd4520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asgeir=20Bj=C3=B8rgan?= <1886244+bjorgan@users.noreply.github.com> Date: Mon, 28 Feb 2022 15:55:32 +0100 Subject: [PATCH] Add antlib to antlib/ instead of the bundle root --- nrfutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrfutil.spec b/nrfutil.spec index 71a81914..afb840c6 100755 --- a/nrfutil.spec +++ b/nrfutil.spec @@ -17,7 +17,7 @@ if (sys.platform == "win32"): module_ant = importlib.import_module('antlib') mod_dir_ant = os.path.dirname(module_ant.__file__) shlib_dir_ant = os.path.abspath(mod_dir_ant) - datas.append((shlib_dir_ant, '.')) + datas.append((shlib_dir_ant, 'antlib')) nrfutil_path = os.path.dirname(os.path.abspath(SPEC)) datas.append((os.path.join(nrfutil_path, "libusb", "x64", "libusb-1.0.dylib"), os.path.join("libusb", "x64")))