diff --git a/installer_win32/installer32.nsi b/installer_win32/installer32.nsi index 97d8d177..23ee02bd 100644 --- a/installer_win32/installer32.nsi +++ b/installer_win32/installer32.nsi @@ -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" diff --git a/installer_win32/installer64.nsi b/installer_win32/installer64.nsi index 1d51a55a..6e3bff39 100644 --- a/installer_win32/installer64.nsi +++ b/installer_win32/installer64.nsi @@ -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"