My existing installer script says effectively:
!insertmacro MUI_PAGE_README "README.txt"
Which works quite well. If possible I'd like to replace that with a markdown formatted file (ideally including an image). Can NSIS display .md files as a readme?
Thanks
David
!insertmacro MUI_PAGE_README "README.txt"
Which works quite well. If possible I'd like to replace that with a markdown formatted file (ideally including an image). Can NSIS display .md files as a readme?
Thanks
David
Comment