Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5d595cb2 authored by hhakim's avatar hhakim
Browse files

Configure faust.nsi to open online doc as a workaround to issue #99.

parent deb039b9
No related branches found
No related tags found
No related merge requests found
......@@ -192,8 +192,8 @@ Section "" ; no component so name not needed
SetOutPath $INSTDIR\doc\html
File @PROJECT_BINARY_DIR@\doc\html\*
ExecShell open "file:///$INSTDIR/doc/html/index.html"
;ExecShell open "file:///$INSTDIR/doc/html/index.html" ; enable this link again when the bug issue #99 is fixed (doxypypy failing on windows)
ExecShell open "https://faustgrp.gitlabpages.inria.fr/faust/last-doc/html/"
SectionEnd
Function matlabFoundCb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment