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?
I found the answer in this documentation:
https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/self-contained-packaging.html#sthref59
UpgradeCode is defined as:
And GUID: