whoopsiee fix installer sorry abt that uwu

This commit is contained in:
ConfiG 2023-08-04 21:02:28 +03:00
parent efd2157d63
commit 785125f3f1
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -251,12 +251,11 @@ FunctionEnd
Function .onInit
!insertmacro MUI_LANGDLL_DISPLAY
findGamePath:
Call FindGamePath
IfErrors 0 +3
StrCpy $GamePath ""
Return
StrCpy $INSTDIR "$GamePath\"
Call FindGamePath
IfErrors 0 +3
StrCpy $GamePath ""
Return
StrCpy $INSTDIR "$GamePath\"
FunctionEnd
Function DirectoryPageShow