diff --git a/build-helpers/loopy.spec b/build-helpers/loopy.spec index 14116ec539381137e0423855550773a43ad423d6..e97a7a4d49205097c960ecbde68ebe5091cf5962 100644 --- a/build-helpers/loopy.spec +++ b/build-helpers/loopy.spec @@ -12,7 +12,7 @@ from os.path import expanduser import packaging # pip install packaging to add -a = Analysis(['../bin/loopy'], +a = Analysis(['bin/loopy'], pathex=[expanduser('~/src/loopy')], hiddenimports=[ "appdirs",