We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ae4b1 commit 2b92282Copy full SHA for 2b92282
tools/release_win64.py
@@ -5,7 +5,7 @@
5
import shutil
6
import zipfile
7
8
-UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19', '4.20', '4.21']
+UE_VERSIONS = ['4.17', '4.18', '4.19', '4.20', '4.21', '4.22']
9
PYTHON_VERSIONS = ["C:/Program Files/Python37", "C:/Program Files/Python36", "C:/Python27"]
10
MSBUILD = 'C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe'
11
UE_PATH = 'C:/Program Files/Epic Games'
0 commit comments