aboutsummaryrefslogtreecommitdiffstats
path: root/dm.spec
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-05-03 16:27:23 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-05-03 16:27:23 +0100
commit7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (patch)
tree6553981715a29b2e9920b5cb8ce6ee6d308ed27c /dm.spec
parentf75bbe8b8559fce0538c106b911b1e6be402bea4 (diff)
fixes for actios
Diffstat (limited to '')
-rw-r--r--dm.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/dm.spec b/dm.spec
index 894b93b..8f38d2e 100644
--- a/dm.spec
+++ b/dm.spec
@@ -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=[],