diff --git a/About.py b/About.py
index 7599645..42ea200 100644
--- a/About.py
+++ b/About.py
@@ -36,7 +36,7 @@ class AboutDlg(wx.Dialog):
- © 2018 Marcel Stör. Licensed under MIT.
+ © 2019 Marcel Stör. Licensed under MIT.
@@ -65,6 +65,7 @@ class AboutDlg(wx.Dialog):
def _get_bundle_dir():
# set by PyInstaller, see http://pyinstaller.readthedocs.io/en/v3.2/runtime-information.html
if getattr(sys, 'frozen', False):
+ # noinspection PyUnresolvedReferences,PyProtectedMember
return sys._MEIPASS
else:
return os.path.dirname(os.path.abspath(__file__))