-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
bugSomething isn't workingSomething isn't workingfixedIssue fixed and release pendingIssue fixed and release pendingmergedChanges merged into devel branchChanges merged into devel branch
Description
I'm submitting a…
- bug report
- feature request
- other
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: uninsdeletevaluesource 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: uninsdeletevalueDo 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:
- Maven
- Gradle
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixedIssue fixed and release pendingIssue fixed and release pendingmergedChanges merged into devel branchChanges merged into devel branch
