Update Milestones authored by Nico's avatar Nico
...@@ -46,8 +46,10 @@ flowchart LR ...@@ -46,8 +46,10 @@ flowchart LR
dist1:::prog dist1:::prog
dist1 --> dist2 & dist3 & dist4 & dist5 dist1 --> dist2 & dist3 & dist4 & dist5
dist2(Distribution to<br>Windows is working) dist2(Distribution to<br>Windows is working)
dist2:::prog
dist2 --> dist21 & dist22 dist2 --> dist21 & dist22
dist21(Building MSI files<br>works) dist21(Building MSI files<br>works)
dist21:::prog
dist22(MSI file is<br>published on server) dist22(MSI file is<br>published on server)
dist22 --> dist21 dist22 --> dist21
dist3(Distribution to<br>arbitrary Linux<br>distros<br>is working) dist3(Distribution to<br>arbitrary Linux<br>distros<br>is working)
...@@ -69,8 +71,10 @@ flowchart LR ...@@ -69,8 +71,10 @@ flowchart LR
dist43(Debian packages<br>are available in<br>own repo) dist43(Debian packages<br>are available in<br>own repo)
dist42 --> dist41 dist42 --> dist41
dist5(Distribution to<br>macOS is working) dist5(Distribution to<br>macOS is working)
dist5:::prog
dist5 --> dist51 & dist52 dist5 --> dist51 & dist52
dist51(Building DMG<br>files works) dist51(Building DMG<br>files works)
dist51:::prog
dist52(.dmg file is<br>published on server) dist52(.dmg file is<br>published on server)
dist52 --> dist51 dist52 --> dist51
dist6(Installation instructions<br>published) dist6(Installation instructions<br>published)
... ...
......