Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit cd7b4f9

Browse files
committed
Modify installer name and ico
- Add cli logo as svg and ico - Change name from spring to Spring CLI - As we use hybrid naming spring vs. spring-cli the name in windows needs to be changed in wxs file as otherwise jreleaser breaks with common naming and paths as it doesn't have separate setting for "visual name" - Fixes #181
1 parent cd7fd77 commit cd7b4f9

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

jreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ assemble:
101101
types: [msi]
102102
console: true
103103
dirChooser: true
104+
icon: 'src/jreleaser/images/spring-cli.ico'
104105
resourceDir: 'src/jreleaser/jpackage/windows'
105106

106107
platform:
90.3 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Loading

src/jreleaser/jpackage/windows/main.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<Product
2929
Id="$(var.JpProductCode)"
30-
Name="$(var.JpAppName)"
30+
Name="Spring CLI"
3131
Language="$(var.JpProductLanguage)"
3232
Version="$(var.JpAppVersion)"
3333
Manufacturer="$(var.JpAppVendor)"

0 commit comments

Comments
 (0)