post-install launch using shortcut

This commit is contained in:
idk
2022-08-19 18:16:01 -04:00
parent 3d29135e50
commit 50c8804c8a

View File

@@ -387,9 +387,9 @@ Function LaunchLink
${If} ${Silent}
ReadEnvStr $0 RESTART_I2P
${If} $0 != ""
ShellExecAsUser::ShellExecAsUser "open" "$I2PINSTEXE\I2P.exe"
ShellExecAsUser::ShellExecAsUser "open" "$DESKTOP\Browse I2P.lnk"
${EndIf}
${Else}
ShellExecAsUser::ShellExecAsUser "open" "$I2PINSTEXE\I2P.exe"
ShellExecAsUser::ShellExecAsUser "open" "$DESKTOP\Browse I2P.lnk"
${EndIf}
FunctionEnd