Skip to content

Commit

Permalink
Changed the main file target in the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Mar 21, 2020
1 parent d05748f commit c29e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amulet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c29e572

Please sign in to comment.