-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
apps.0install.net
committed
Jul 15, 2021
1 parent
fc7df7b
commit 9f08c50
Showing
9 changed files
with
497 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
28 changes: 14 additions & 14 deletions
28
gui/zeebe-modeler.xml.template → gui/camunda-modeler.xml.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
<?xml version="1.0"?> | ||
<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"> | ||
<name>Zeebe Modeler</name> | ||
<summary>visual workflow editor for Zeebe</summary> | ||
<description>The visual workflow editor for Zeebe based on bpmn.io.</description> | ||
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.ico" type="image/vnd.microsoft.icon"/> | ||
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/zeebe-modeler.png" type="image/png"/> | ||
<name>Camunda Modeler</name> | ||
<summary>BPMN workflow modeler</summary> | ||
<description>An integrated modeling solution for BPMN and DMN based on bpmn.io.</description> | ||
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.ico" type="image/vnd.microsoft.icon"/> | ||
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/camunda-modeler.png" type="image/png"/> | ||
<category>Development</category> | ||
<homepage>https://github.com/zeebe-io/zeebe-modeler</homepage> | ||
<homepage>https://camunda.com/products/modeler</homepage> | ||
|
||
<feed-for interface="https://apps.0install.net/gui/zeebe-modeler.xml"/> | ||
<feed-for interface="https://apps.0install.net/gui/camunda-modeler.xml"/> | ||
|
||
<group license="MIT License"> | ||
<command name="run" path="Zeebe Modeler.exe"/> | ||
<command name="run" path="Camunda Modeler.exe"/> | ||
<implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}"> | ||
<manifest-digest/> | ||
<archive href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-win-x64.zip" type="application/zip"/> | ||
<archive href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-win-x64.zip" type="application/zip"/> | ||
</implementation> | ||
<implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}"> | ||
<manifest-digest/> | ||
<archive href="https://github.com/zeebe-io/zeebe-modeler/releases/download/v{version}/zeebe-modeler-{version}-win-ia32.zip" type="application/zip"/> | ||
<archive href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-win-ia32.zip" type="application/zip"/> | ||
</implementation> | ||
</group> | ||
|
||
<group arch="Linux-x86_64" license="MIT License"> | ||
<command name="run" path="zeebe-modeler"/> | ||
<command name="run" path="camunda-modeler"/> | ||
<implementation released="{released}" stability="stable" version="{version}"> | ||
<manifest-digest/> | ||
<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"/> | ||
<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"/> | ||
</implementation> | ||
</group> | ||
|
||
<group arch="MacOSX-x86_64" license="MIT License"> | ||
<command name="run" path="Contents/MacOS/Zeebe Modeler"/> | ||
<command name="run" path="Contents/MacOS/Camunda Modeler"/> | ||
<implementation released="{released}" stability="stable" version="{version}"> | ||
<manifest-digest/> | ||
<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"/> | ||
<archive extract="Camunda Modeler.app" href="https://downloads.camunda.cloud/release/camunda-modeler/{version}/camunda-modeler-{version}-mac.zip" type="application/zip"/> | ||
</implementation> | ||
</group> | ||
</interface> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters