diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-17 23:30:40 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-17 23:30:40 +0300 |
| commit | 5ad6e43a316143424647b095f9a181fc13f41566 (patch) | |
| tree | b9a6e23087a82cb590eae0772674868a1859288c | |
| parent | f3497ac576c610e5ca4a4147a04cb9e9cbf2c2e3 (diff) | |
| download | portablepython-5ad6e43a316143424647b095f9a181fc13f41566.tar.gz portablepython-5ad6e43a316143424647b095f9a181fc13f41566.zip | |
Fixes
| -rw-r--r-- | .travis.yml | 6 | ||||
| -rw-r--r-- | download.sh | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 484f0cd..d543f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ os: windows -language: generic +language: c env: - - PYVERSION=3.5.1 PYARCH=amd64 - - PYVERSION=3.5.1 PYARCH=x86 + - PYVERSION=3.5.1 PYARCH=64 + - PYVERSION=3.5.1 PYARCH=32 script: download.sh diff --git a/download.sh b/download.sh index de18f37..af76993 100644 --- a/download.sh +++ b/download.sh @@ -1,4 +1,4 @@ #!/bin/sh wget https://www.python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe -cat unattend.xml.in | sed "s|TARGET_DIR|$PWD|" > unattend.xml +cat unattend.xml.in | sed "s|TARGET_DIR|$PWD/Python-3.5.1-64|" > unattend.xml ./python-3.5.1-amd64.exe /quiet /log install.log |
