From c29e572dc8fe92f8be3fdf47b04c68980b80e0a0 Mon Sep 17 00:00:00 2001 From: gentlegiantJGC Date: Sat, 21 Mar 2020 14:15:23 +0000 Subject: [PATCH] Changed the main file target in the spec file --- Amulet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amulet.spec b/Amulet.spec index e4fb17fd..8c36b1ff 100644 --- a/Amulet.spec +++ b/Amulet.spec @@ -69,7 +69,7 @@ for path in os.listdir(PYMCT_PATH): ) -a = Analysis(['./amulet_map_editor/amulet_ui.py'], +a = Analysis(['./main.py'], pathex=['.', 'amulet_map_editor'], binaries=[], datas=datas,