Skip to content

Commit

Permalink
Fixed CreateRelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Aug 27, 2018
1 parent 8be3ded commit 2e19e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/python/mtm/zen/CreateRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def installBindings():

config = {
'PathVars': {
'UnityExePath': 'D:/Utils/Unity/Unity2017.2.0f3/Editor/Unity.exe',
'UnityExePath': 'D:/Utils/Unity/Installs/2017.4.0f1/Editor/Unity.exe',
'LogPath': os.path.join(BuildDir, 'Log.txt'),
'MsBuildExePath': 'C:/Windows/Microsoft.NET/Framework/v4.0.30319/msbuild.exe'
},
Expand Down

0 comments on commit 2e19e93

Please sign in to comment.