Selaa lähdekoodia

Use default python for packaging i686 appimages

Valentin Niess 4 vuotta sitten
vanhempi
sitoutus
447701ea3d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      python_appimage/commands/build/manylinux.py

+ 1 - 1
python_appimage/commands/build/manylinux.py

@@ -67,7 +67,7 @@ def execute(tag, abi, contained=False):
                     # Use a manylinux2014 Docker image (CentOS 7) in order to
                     # pack the image.
                     script = (
-                        python + ' -m python_appimage ' + argv + ' --contained',
+                        'python -m python_appimage ' + argv + ' --contained',
                         ''
                     )
                     docker_run('quay.io/pypa/manylinux2014_' + arch, script)