Skip to content

Commit

Permalink
Fixed compilation errors for executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohtman Alikhan committed Jul 15, 2017
1 parent da1c6da commit 1198ec5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added images/icons/assets/ico/1.ico
Binary file not shown.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
"distutils",
"logging",
"unittest",
"test"
"test",
"nose",
"numpy",
"scipy",
"curses",
],
include_files=["README.md",
"LICENSE.txt",
Expand Down
2 changes: 1 addition & 1 deletion xcape/engines/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def handleEvent(self, _):
sys.exit()
if event.type == pg.KEYDOWN:
if event.key == pg.K_F4:
quit()
sys.exit()

if (event.type == self.MENU_EVENT
or event.type == pg.KEYDOWN):
Expand Down

0 comments on commit 1198ec5

Please sign in to comment.