1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-22 20:00:29 +03:00

updates: Add comment about 'early' import update working after all

Tested both under PyCharm debugging for 'internal', and py2exe-build .exe
for 'external'.  In both cases the 'Help' > 'Check for updates...' works.
This commit is contained in:
Athanasius 2022-12-30 18:17:01 +00:00
parent 449e3e4ddc
commit 80e2aee6bb
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -593,7 +593,9 @@ class AppWindow(object):
sys.platform != 'win32' or isinstance(child, tk.Frame)) and 2 or 0)
self.menubar = tk.Menu()
# Load updater after UI creation (for WinSparkle)
# This used to be *after* the menu setup for some reason, but is testing
# as working (both internal and external) like this. -Ath
import update
if getattr(sys, 'frozen', False):