Simple-x264-Launcher/etc/finalization.nsh

5 lines
108 B
Plaintext

Function .onInstSuccess
ExecShell "explore" '$INSTDIR'
ExecShell "open" '$INSTDIR\ReadMe.txt'
FunctionEnd