소스 검색

Merge pull request #1 from anki-code/master

Fix python version exception
Valentin 5 년 전
부모
커밋
58cfc1294a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: