diff options
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=[], |