|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd"> |
3 | | - <name>Zeebe Modeler</name> |
4 | | - <summary>visual workflow editor for Zeebe</summary> |
5 | | - <description>The visual workflow editor for Zeebe based on bpmn.io.</description> |
6 | | - <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.ico" type="image/vnd.microsoft.icon"/> |
7 | | - <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.png" type="image/png"/> |
| 3 | + <name>Camunda Modeler</name> |
| 4 | + <summary>BPMN workflow modeler</summary> |
| 5 | + <description>An integrated modeling solution for BPMN and DMN based on bpmn.io.</description> |
| 6 | + <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.ico" type="image/vnd.microsoft.icon"/> |
| 7 | + <icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.png" type="image/png"/> |
8 | 8 | <category>Development</category> |
9 | | - <homepage>https://github.com/zeebe-io/zeebe-modeler</homepage> |
| 9 | + <homepage>https://camunda.com/products/modeler</homepage> |
10 | 10 |
|
11 | | - <feed-for interface="https://apps.0install.net/gui/zeebe-modeler.xml"/> |
| 11 | + <feed-for interface="https://apps.0install.net/gui/camunda-modeler.xml"/> |
12 | 12 |
|
13 | 13 | <group license="MIT License"> |
14 | | - <command name="run" path="Zeebe Modeler.exe"/> |
| 14 | + <command name="run" path="Camunda Modeler.exe"/> |
15 | 15 | <implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}"> |
16 | 16 | <manifest-digest/> |
17 | | - <archive href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-win-x64.zip" type="application/zip"/> |
| 17 | + <archive href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-win-x64.zip" type="application/zip"/> |
18 | 18 | </implementation> |
19 | 19 | <implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}"> |
20 | 20 | <manifest-digest/> |
21 | | - <archive href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-win-ia32.zip" type="application/zip"/> |
| 21 | + <archive href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-win-ia32.zip" type="application/zip"/> |
22 | 22 | </implementation> |
23 | 23 | </group> |
24 | 24 |
|
25 | 25 | <group arch="Linux-x86_64" license="MIT License"> |
26 | | - <command name="run" path="zeebe-modeler"/> |
| 26 | + <command name="run" path="camunda-modeler"/> |
27 | 27 | <implementation released="{released}" stability="stable" version="{version}"> |
28 | 28 | <manifest-digest/> |
29 | | - <archive extract="zeebe-modeler-{version}-linux-x64" href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/> |
| 29 | + <archive extract="camunda-modeler-{version}-linux-x64" href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/> |
30 | 30 | </implementation> |
31 | 31 | </group> |
32 | 32 |
|
33 | 33 | <group arch="MacOSX-x86_64" license="MIT License"> |
34 | | - <command name="run" path="Contents/MacOS/Zeebe Modeler"/> |
| 34 | + <command name="run" path="Contents/MacOS/Camunda Modeler"/> |
35 | 35 | <implementation released="{released}" stability="stable" version="{version}"> |
36 | 36 | <manifest-digest/> |
37 | | - <archive extract="Zeebe Modeler.app" href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-mac.zip" type="application/zip"/> |
| 37 | + <archive extract="Camunda Modeler.app" href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-mac.zip" type="application/zip"/> |
38 | 38 | </implementation> |
39 | 39 | </group> |
40 | 40 | </interface> |
0 commit comments