From 445a88ed882d6250a75b17adca2b71f092be3397 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 30 Jun 2021 12:39:51 -0700 Subject: [PATCH] fix 'Run app` after incaller closes not working --- windows/nsis/cwtch-installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/nsis/cwtch-installer.nsi b/windows/nsis/cwtch-installer.nsi index 684a0e3a..75a59515 100644 --- a/windows/nsis/cwtch-installer.nsi +++ b/windows/nsis/cwtch-installer.nsi @@ -53,7 +53,7 @@ ShowInstDetails show Cwtch is a platform for building consentful, decentralized, untrusted infrastructure using metadata resistant group communication applications. Currently there is a selfnamed instant messaging prototype app that is driving development and testing. Many Further apps are planned as the platform matures." !define MUI_FINISHPAGE_TITLE "Enjoy Cwtch" -!define MUI_FINISHPAGE_RUN $INSTDIR/ui.exe +!define MUI_FINISHPAGE_RUN $INSTDIR/cwtch.exe !define MUI_FINISHPAGE_TEXT "You can keep up-to-date on Cwtch and report any issues you have at https://cwtch.im" !define MUI_FINISHPAGE_LINK "https://cwtch.im" !define MUI_FINISHPAGE_LINK_LOCATION "https://cwtch.im"