From 3cd864cd8437ee7b05d963fcf59af30144610d42 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 31 Aug 2020 22:27:45 +0300 Subject: [PATCH] version update --- DemonEditor.spec | 5 +++-- app/ui/dialogs.glade | 2 +- app/ui/main_window.glade | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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 True False - 1.0.0 Alpha-2 + 1.0.0 Beta