mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Installer will create steam_appid.txt (solves #434)
windows installer will create steam_appid.txt for convenience
This commit is contained in:
parent
549ea0a3aa
commit
d323f0e998
1 changed files with 7 additions and 0 deletions
|
@ -452,6 +452,13 @@ Section "Visual Studio Runtime"
|
|||
Delete "$INSTDIR\VC_redist.x86.exe"
|
||||
SectionEnd
|
||||
|
||||
Section "steam_appid.txt"
|
||||
SetOutPath $INSTDIR
|
||||
FileOpen $0 "$INSTDIR\steam_appid.txt" w
|
||||
FileWrite $0 "322170"
|
||||
FileClose $0
|
||||
SectionEnd
|
||||
|
||||
Function .onInit
|
||||
!insertmacro MUI_LANGDLL_DISPLAY
|
||||
|
||||
|
|
Loading…
Reference in a new issue