Installer will create steam_appid.txt (solves #434)

windows installer will create steam_appid.txt for convenience
This commit is contained in:
ConfiG 2024-01-20 19:28:53 +03:00 committed by GitHub
parent 549ea0a3aa
commit d323f0e998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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