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:
parent
449e3e4ddc
commit
80e2aee6bb
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user