Fix executable path in installer script.

This commit is contained in:
Jean-Philip Desjardins 2019-02-27 21:19:55 -05:00
parent 9bbf9f2837
commit dad9c1bc53
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Section "Play! (required)"
SetOutPath $INSTDIR
; Put file there
File "..\build\Source\ui_win32\Release\Play.exe"
File "..\build\Source\ui_qt\Release\Play.exe"
File "..\Readme.html"
File "..\Changelog.html"
File "..\Patches.xml"

View File

@ -63,7 +63,7 @@ Section "Play! (required)"
SetOutPath $INSTDIR
; Put file there
File "..\build\Source\ui_win32\Release\Play.exe"
File "..\build\Source\ui_qt\Release\Play.exe"
File "..\Readme.html"
File "..\Changelog.html"
File "..\Patches.xml"