In the JavaFX-Gradle-Plugin there's an option called identifier:
// gradle jfxNative
identifier = null // String - setting this for windows-bundlers makes it possible to generate upgradeable installers (using same GUID)
and I can't find the equivalent in the jafaxpackager's documentation.
What's the expected format of this option?