From d59ea25cbe75161fd90f7f5cd56279176d456d2d Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 18 Mar 2025 12:53:10 +0000 Subject: [PATCH] installer: Replaced reference to "Dolphin.exe" left over from the Dolphin installer we're based on --- src/installer/citra.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/citra.nsi b/src/installer/citra.nsi index 706542ba0..4dd8cf62c 100644 --- a/src/installer/citra.nsi +++ b/src/installer/citra.nsi @@ -160,7 +160,7 @@ Section "Base" !insertmacro UPDATE_DISPLAYNAME ; Create start menu and desktop shortcuts - ; This needs to be done after Dolphin.exe is copied + ; This needs to be done after azahar.exe is copied CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}" CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\$DisplayName.lnk" "$INSTDIR\azahar.exe" ${If} $DesktopShortcut == 1