Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 282eaa5

Browse files
committed
start from 4.20 for automatic builds
1 parent 2b92282 commit 282eaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release_win64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import shutil
66
import zipfile
77

8-
UE_VERSIONS = ['4.17', '4.18', '4.19', '4.20', '4.21', '4.22']
8+
UE_VERSIONS = ['4.20', '4.21', '4.22']
99
PYTHON_VERSIONS = ["C:/Program Files/Python37", "C:/Program Files/Python36", "C:/Python27"]
1010
MSBUILD = 'C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe'
1111
UE_PATH = 'C:/Program Files/Epic Games'

0 commit comments

Comments
 (0)