mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Fixing download url for graphviz
This commit is contained in:
parent
42d2a3033a
commit
9e97a1fc89
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class DesktopPreparator(prepare.Preparator):
|
|||
ret |= not self.check_is_installed('mingw-get', 'MinGW (https://sourceforge.net/projects/mingw/files/Installer/)')
|
||||
if platform.system() == 'Windows':
|
||||
doxygen_prog = 'doxygen (http://www.stack.nl/~dimitri/doxygen/download.html)'
|
||||
graphviz_prog = 'graphviz (http://graphviz.org/Download.php)'
|
||||
graphviz_prog = 'graphviz (http://www.graphviz.org/download/)'
|
||||
else:
|
||||
doxygen_prog = 'doxygen'
|
||||
graphviz_prog = 'graphviz'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue