From 13edaa66402f6bccc218f7d1a5b131b909aa6312 Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Mon, 23 Jul 2018 14:22:00 +0200 Subject: [PATCH] include 4.20 in automatic builds --- tools/release_win64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release_win64.py b/tools/release_win64.py index ac69767e8..c07ffa3f7 100644 --- a/tools/release_win64.py +++ b/tools/release_win64.py @@ -5,7 +5,7 @@ import shutil import zipfile -UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19'] +UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19', '4.20'] PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Program Files/Python37", "C:/Python27"] RELEASE_DIR = sys.argv[1].rstrip('/')