From 4976092738ddaa793f17589f5d293ecd55d86308 Mon Sep 17 00:00:00 2001 From: Connor Spangler Date: Wed, 21 Jul 2021 21:13:06 -0700 Subject: [PATCH] Updated pyinstaller spec --- Pectin.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pectin.spec b/Pectin.spec index 1b57eaf..3bc6545 100644 --- a/Pectin.spec +++ b/Pectin.spec @@ -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=[], @@ -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')