[ ] Automatically wire .bpmn, .dmn and .form extensions with the installation
Hint
Unfortunately the creator of electron-builder indicated that this is a non-feature for him (cf. https://github.com/electron-userland/electron-builder/issues/3201). Because of that we must implement the stuff ourselves using the extension points electron-builder provides.
We dropped distributing the Windows installer via https://github.com/camunda/camunda-modeler/commit/5aec4b681e6e78489c7b509c514ccc2559a7e988, as it is erases the installation directory during update, effectively removing all configured plugins / element template (https://github.com/camunda/camunda-modeler/issues/867).
Tasks
.bpmn
,.dmn
and.form
extensions with the installationHint
Unfortunately the creator of electron-builder indicated that this is a non-feature for him (cf. https://github.com/electron-userland/electron-builder/issues/3201). Because of that we must implement the stuff ourselves using the extension points electron-builder provides.