From dad9c1bc531aa90e2e9eeb13862094b8faafa7f0 Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Wed, 27 Feb 2019 21:19:55 -0500 Subject: [PATCH] Fix executable path in installer script. --- installer_win32/installer32.nsi | 2 +- installer_win32/installer64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"