From bcb8a6fd8e58c6dbc5639c445a533c0af61d7437 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Mon, 4 Sep 2023 15:05:01 +0300 Subject: [PATCH] fix windows uninstaller wrong uninst location --- installer/windows/installer.nsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/windows/installer.nsi b/installer/windows/installer.nsi index c08331d2..dd9989ef 100644 --- a/installer/windows/installer.nsi +++ b/installer/windows/installer.nsi @@ -473,8 +473,6 @@ FunctionEnd Function un.onInit !insertmacro MUI_UNGETLANGUAGE - StrCpy $INSTDIR $INSTDIR -5 ; remove "geode/" at the end - ; verify uninst dir ; check if there's any exe and libcocos2d.dll (GeometryDash.exe won't work because of GDPSes)