diff --git a/DemonEditor.spec b/DemonEditor.spec
index 3b5ab5e1..9afe38cd 100644
--- a/DemonEditor.spec
+++ b/DemonEditor.spec
@@ -25,7 +25,7 @@ a = Analysis([EXE_NAME],
hiddenimports=['fileinput', 'uuid'],
hookspath=[],
runtime_hooks=[],
- excludes=['youtube_dl'],
+ excludes=['youtube_dl', 'tkinter'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
@@ -60,7 +60,8 @@ app = BUNDLE(coll,
'CFBundleName': 'DemonEditor',
'CFBundleDisplayName': 'DemonEditor',
'CFBundleGetInfoString': "Enigma2 channel and satellites editor",
- 'CFBundleShortVersionString': "1.0.0 Alpha-2 (Build: {})".format(BUILD_DATE),
+ 'LSApplicationCategoryType': 'public.app-category.utilities',
+ 'CFBundleShortVersionString': "1.0.0 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2020, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false'
})
diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade
index 3992bab6..f802486d 100644
--- a/app/ui/dialogs.glade
+++ b/app/ui/dialogs.glade
@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
system-help
normal
DemonEditor
- 1.0.0 Alpha-2
+ 1.0.0 Beta
2018-2020 Dmitriy Yefremov
Enigma2 channel and satellites list editor for MacOS.
diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade
index c02e277c..215ff7cf 100644
--- a/app/ui/main_window.glade
+++ b/app/ui/main_window.glade
@@ -2813,7 +2813,7 @@ Author: Dmitriy Yefremov