Skip to content

Commit 8790915

Browse files
author
Roberto De Ioris
committed
added automation module to the build tool
1 parent df714f6 commit 8790915

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
@@ -64,7 +64,7 @@ def git(project):
6464
msbuild(sln, python_version, variant)
6565
commandlet(ue_version, project)
6666
end = time.time()
67-
for item in ('UE4Editor.modules', 'UE4Editor-UnrealEnginePython.dll', 'UE4Editor-PythonConsole.dll', 'UE4Editor-PythonEditor.dll'):
67+
for item in ('UE4Editor.modules', 'UE4Editor-UnrealEnginePython.dll', 'UE4Editor-PythonConsole.dll', 'UE4Editor-PythonEditor.dll', 'UE4Editor-PythonAutomation.dll'):
6868
shutil.copyfile('D:/{0}/Plugins/UnrealEnginePython/Binaries/Win64/{1}'.format(project, item), '{0}/UnrealEnginePython/Binaries/Win64/{1}'.format(RELEASE_DIR, item))
6969
if python_sanitized == 'python36':
7070
shutil.copyfile('D:/{0}/Plugins/UnrealEnginePython/Binaries/Win64/{1}'.format(project, item), '{0}/Embedded/UnrealEnginePython/Binaries/Win64/{1}'.format(RELEASE_DIR, item))

0 commit comments

Comments
 (0)