Skip to content

Commit

Permalink
added 4.19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Mar 27, 2018
1 parent cd985c3 commit 63dab96
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']
UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19']
PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Program Files/Python35", "C:/Python27"]

RELEASE_DIR = sys.argv[1].rstrip('/')
Expand Down

0 comments on commit 63dab96

Please sign in to comment.