Skip to content

Commit

Permalink
Platform independent path for application icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzman666 committed Dec 19, 2015
1 parent eaf1df5 commit ce2bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypipboyapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, args):
self._logger = logging.getLogger('pypipboyapp.main')

pipboyAppIcon = QtGui.QIcon()
pipboyAppIcon.addFile('ui\\res\\PyPipBoyApp-Launcher.ico')
pipboyAppIcon.addFile(os.path.join('ui', 'res', 'PyPipBoyApp-Launcher.ico'))
self.setWindowIcon(pipboyAppIcon)


Expand Down

0 comments on commit ce2bcdf

Please sign in to comment.