From 5ad6e43a316143424647b095f9a181fc13f41566 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Mon, 17 Jun 2019 23:30:40 +0300 Subject: Fixes --- .travis.yml | 6 +++--- 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 -- cgit v1.2.3