anki-code 5 lat temu
rodzic
commit
e9374ceaaa
1 zmienionych plików z 1 dodań i 0 usunięć
  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: