Skip to content

Commit

Permalink
added automation module to the build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Jun 7, 2018
1 parent df714f6 commit 8790915
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 @@ -64,7 +64,7 @@ def git(project):
msbuild(sln, python_version, variant)
commandlet(ue_version, project)
end = time.time()
for item in ('UE4Editor.modules', 'UE4Editor-UnrealEnginePython.dll', 'UE4Editor-PythonConsole.dll', 'UE4Editor-PythonEditor.dll'):
for item in ('UE4Editor.modules', 'UE4Editor-UnrealEnginePython.dll', 'UE4Editor-PythonConsole.dll', 'UE4Editor-PythonEditor.dll', 'UE4Editor-PythonAutomation.dll'):
shutil.copyfile('D:/{0}/Plugins/UnrealEnginePython/Binaries/Win64/{1}'.format(project, item), '{0}/UnrealEnginePython/Binaries/Win64/{1}'.format(RELEASE_DIR, item))
if python_sanitized == 'python36':
shutil.copyfile('D:/{0}/Plugins/UnrealEnginePython/Binaries/Win64/{1}'.format(project, item), '{0}/Embedded/UnrealEnginePython/Binaries/Win64/{1}'.format(RELEASE_DIR, item))
Expand Down

0 comments on commit 8790915

Please sign in to comment.