Skip to content

Commit 005f38a

Browse files
committed
Update README.md
1 parent 3a9b82c commit 005f38a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,13 @@ If icons are located in `assets` folders, it would not be necessary to specify t
117117
<project>/
118118
└── assets/
119119
├── linux/
120-
│   └── ${name}.png # on GNU/Linux it has to be a png image
120+
│   └── ${name}.png # on GNU/Linux it has to be a png image
121121
├── macosx/
122-
│   └── ${name}.icns # on Mac OS X it has to be a icns file
122+
│   └── ${name}.icns # on Mac OS X it has to be a icns file
123123
└── windows/
124-
└── ${name}.ico # on Windows it has to be a ico file
124+
└── ${name}.ico # on Windows it has to be a ico file
125125
```
126126

127-
> **projectname** corresponds to `name` plugin property.
128-
129127
> :warning: If `iconFile` plugin property is not specified and it can't find the correct icon in `assets` folder, it will use an [icon by default](https://raw.githubusercontent.com/fvarrui/JavaPackager/master/src/main/resources/linux/default-icon.png) for all platforms.
130128
>
131129

0 commit comments

Comments
 (0)