Skip to content

Commit 2b92282

Browse files
committed
added 4.22 to automatic build system
1 parent 76ae4b1 commit 2b92282

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.15', '4.16', '4.17', '4.18', '4.19', '4.20', '4.21']
8+
UE_VERSIONS = ['4.17', '4.18', '4.19', '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)