Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
changed image directoy from pyinstallers' to the "img" folder
  • Loading branch information
Ret-HZ committed Mar 27, 2019
1 parent c5d0989 commit 182d1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ultimate Smasher.py
Expand Up @@ -16,8 +16,8 @@ class App(QMainWindow):
def __init__(self):
super().__init__()
global dir
#dir="img/"
dir=sys._MEIPASS+"/"
dir="img/"
#dir=sys._MEIPASS+"/"
self.title = "Ultimate Smasher 2.0-alpha1"
self.setWindowIcon(QIcon(dir+'icon.ico'))
width = 580
Expand Down

0 comments on commit 182d1b7

Please sign in to comment.