Skip to content

Commit 63dab96

Browse files
author
Roberto De Ioris
committed
added 4.19 support
1 parent cd985c3 commit 63dab96

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']
8+
UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19']
99
PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Program Files/Python35", "C:/Python27"]
1010

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

0 commit comments

Comments
 (0)