Skip to content

Commit

Permalink
Updated pyinstaller spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cspang1 committed Jul 22, 2021
1 parent bfb926b commit 4976092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pectin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
block_cipher = None


a = Analysis(['main.py'],
pathex=['f:\\pectin\\src'],
a = Analysis(['src\\main.py'],
pathex=['f:\\pectin'],
binaries=[],
datas=[],
hiddenimports=[],
Expand Down Expand Up @@ -38,4 +38,4 @@ exe = EXE(pyz,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon='../res/icons/pectin.ico')
icon='res\\icons\\pectin.ico')

0 comments on commit 4976092

Please sign in to comment.