Browse Source

Merge pull request #1 from anki-code/master

Fix python version exception
Valentin 5 năm trước cách đây
mục cha
commit
58cfc1294a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      python_appimage/commands/build/app.py

+ 1 - 0
python_appimage/commands/build/app.py

@@ -53,6 +53,7 @@ def execute(appdir, name=None, python_version=None, linux_tag=None,
             if v > version:
                 release, version = entry, v
         elif v == python_version:
+            version = python_version
             release = entry
             break
     if release is None: