mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
whoopsiee fix installer sorry abt that uwu
This commit is contained in:
parent
efd2157d63
commit
785125f3f1
1 changed files with 5 additions and 6 deletions
|
@ -251,12 +251,11 @@ FunctionEnd
|
||||||
Function .onInit
|
Function .onInit
|
||||||
!insertmacro MUI_LANGDLL_DISPLAY
|
!insertmacro MUI_LANGDLL_DISPLAY
|
||||||
|
|
||||||
findGamePath:
|
Call FindGamePath
|
||||||
Call FindGamePath
|
IfErrors 0 +3
|
||||||
IfErrors 0 +3
|
StrCpy $GamePath ""
|
||||||
StrCpy $GamePath ""
|
Return
|
||||||
Return
|
StrCpy $INSTDIR "$GamePath\"
|
||||||
StrCpy $INSTDIR "$GamePath\"
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function DirectoryPageShow
|
Function DirectoryPageShow
|
||||||
|
|
Loading…
Reference in a new issue