1
0
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:
Ozzie Isaacs
2022-02-12 11:20:09 +01:00
parent 7317084a4e
commit 295888c654
2 changed files with 13 additions and 4 deletions

View File

@@ -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: