From 9480f269c014b262261c89ddf3f9fbe7524d35b3 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 4f51cf6a3..38be13b62 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