mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-07 08:48:06 +00:00
Find imports in executables
This commit is contained in:
@@ -81,6 +81,7 @@ else:
|
||||
calibre_web_version = (constants.STABLE_VERSION['version'] + ' - '
|
||||
+ constants.NIGHTLY_VERSION[0].replace('%', '%%') + ' - '
|
||||
+ constants.NIGHTLY_VERSION[1].replace('%', '%%'))
|
||||
|
||||
if getattr(sys, 'frozen', False):
|
||||
calibre_web_version += " - Exe-Version"
|
||||
elif constants.HOME_CONFIG:
|
||||
|
||||
Reference in New Issue
Block a user