mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix installer internal file structure
its too triggerring ok
This commit is contained in:
parent
e921466745
commit
821880c9eb
1 changed files with 2 additions and 2 deletions
|
@ -333,12 +333,12 @@ Section "Geode"
|
||||||
File ${BINDIR}\GeodeUpdater.exe
|
File ${BINDIR}\GeodeUpdater.exe
|
||||||
File ${BINDIR}\XInput9_1_0.dll
|
File ${BINDIR}\XInput9_1_0.dll
|
||||||
|
|
||||||
|
WriteUninstaller "geode\Uninstall.exe"
|
||||||
|
|
||||||
CreateDirectory $INSTDIR\geode\resources\geode.loader
|
CreateDirectory $INSTDIR\geode\resources\geode.loader
|
||||||
SetOutPath $INSTDIR\geode\resources\geode.loader
|
SetOutPath $INSTDIR\geode\resources\geode.loader
|
||||||
|
|
||||||
File /r ${BINDIR}\resources\*
|
File /r ${BINDIR}\resources\*
|
||||||
|
|
||||||
WriteUninstaller "geode\Uninstall.exe"
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
; uninstaller
|
; uninstaller
|
||||||
|
|
Loading…
Reference in a new issue