Skip to content

Commit

Permalink
Bug fixes to issue 113.
Browse files Browse the repository at this point in the history
------------------------
New Fern Wifi Cracker redesign coming soon in v3.0
  • Loading branch information
savio-code committed May 4, 2017
1 parent c8d32ab commit 8c2014d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fern-Wifi-Cracker/core/fern.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from gui.main_window import *

__version__= 2.4
__version__= 2.6

#
# Main Window Class
Expand Down
2 changes: 2 additions & 0 deletions Fern-Wifi-Cracker/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def initialize():
os.chdir(direc)
create_directory()

os.system("export QT_X11_NO_MITSHM=1") # Bug fixes [https://github.com/savio-code/fern-wifi-cracker/issues/113]


def restore_files():
'''Fern 1.2 update algorithm fails to update the new version files
Expand Down
2 changes: 1 addition & 1 deletion Fern-Wifi-Cracker/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.5
version = 2.6
total_files = 81

0 comments on commit 8c2014d

Please sign in to comment.