Closed ign4z closed 7 years ago
Can you try to include <argument>-Bidentifier=${project.groupId}.${project.artifactId}</argument>
in your build, like the fxldemo project does? Does that solve the issue?
Oh yeah! Thank you!
I tried to use <argument>-id</argument><argument>${project.artifactId}</argument>
and it doesn't works.
It would be nice to have the complete documentation with all parameters 👍
The parameters is listed in the JavaPackager Docs, but we will soon introduce a Maven plugin that will make the whole thing much easier to reason about :)
Hi guys,
I need to create 2 versions of the same application and I need to install them in the same windows machine. The problem is that when i try to install the second application is saved in the same directory even if I changed the name of the application.
My installer plugin is following
`
`
Loking at the
inno setup file (.ISS)
I found that the directory is correctly configured, but the AppId paramiter is the same :[Setup] AppId={{fxlauncher}} AppName=prova
Thank you.