Skip to content

Commit

Permalink
added 4.22 to automatic build system
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed May 8, 2019
1 parent 76ae4b1 commit 2b92282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release_win64.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import shutil
import zipfile

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']
PYTHON_VERSIONS = ["C:/Program Files/Python37", "C:/Program Files/Python36", "C:/Python27"]
MSBUILD = 'C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe'
UE_PATH = 'C:/Program Files/Epic Games'
Expand Down

0 comments on commit 2b92282

Please sign in to comment.