diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:27:23 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:27:23 +0100 |
commit | 7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (patch) | |
tree | 6553981715a29b2e9920b5cb8ce6ee6d308ed27c /dm.spec | |
parent | f75bbe8b8559fce0538c106b911b1e6be402bea4 (diff) |
fixes for actios
Diffstat (limited to 'dm.spec')
-rw-r--r-- | dm.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ # -*- mode: python ; coding: utf-8 -*- + block_cipher = None a = Analysis(['cli.py'], - pathex=['C:\\Users\\lemon\\code\\python\\datamaps'], + pathex=['/home/lemon/code/python/datamaps'], binaries=[], datas=[], hiddenimports=[], |