I'm submitting a…
Short description of the issue/suggestion:
Windows Registry Name is default
Steps to reproduce the issue/enhancement:
maven content
<registry>
<entries>
<entry>
<key>HKCR:*\shell\${project.name}</key>
<valueName>Icon</valueName>
<valueType>REG_SZ</valueType>
<valueData>{app}\{#MyAppExeName}</valueData>
</entry>
<entry>
<key>HKCR:*\shell\${project.name}\command</key>
<valueName>""</valueName>
<valueType>REG_SZ</valueType>
<valueData>{app}\{#MyAppExeName} %1</valueData>
</entry>
</entries>
</registry>
What is the expected behavior?
[Registry]
Root: HKCR; Subkey: "*\shell\JEditor"; ValueType: string; ValueName: "Icon"; ValueData: "{app}\{#MyAppExeName}"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "*\shell\JEditor\command"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName} %1"; Flags: uninsdeletevalue
source code is https://github.com/fvarrui/JavaPackager/blob/master/src/main/java/io/github/fvarrui/javapackager/packagers/GenerateSetup.java#L50
What is the current behavior?
[Registry]
Root: HKCR; Subkey: "*\shell\JEditor"; ValueType: string; ValueName: "Icon"; ValueData: "{app}\{#MyAppExeName}"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "*\shell\JEditor\command"; ValueType: string; ValueName: """"; ValueData: "{app}\{#MyAppExeName} %1"; Flags: uninsdeletevalue

Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
windows registry default name
Please tell us about your environment:
- JavaPackager version:
- OS version: windows 10
- JDK version: oracle-jdk-17
- Build tool:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
I'm submitting a…
Short description of the issue/suggestion:
Windows Registry Name is default
Steps to reproduce the issue/enhancement:
maven content
What is the expected behavior?
source code is https://github.com/fvarrui/JavaPackager/blob/master/src/main/java/io/github/fvarrui/javapackager/packagers/GenerateSetup.java#L50
What is the current behavior?
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
windows registry default name
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)