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

Commit ce863be

Browse files
committed
application icon
1 parent 6dda6b3 commit ce863be

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ the built installer is located in `./build/file-server-installer`. For linux, yo
1414
file until I can figure out how to get the jlink plugin to work with automatic start menu installation. For windows, you
1515
will need to navigate to `C:\Program Files\ploiu-file-server` and manually add `ploiu-file-server.exe` to the start menu
1616
for the same reason.
17+
18+
## Other
19+
parts of the application icon were created with images on the public domain. I found it [here](https://www.svgrepo.com/svg/153295/server)

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jlink {
106106
} else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
107107
installerType = 'exe'
108108
}
109+
imageOptions = ['--icon', 'src/main/resources/assets/img/icon.ico']
109110
installerOutputDir = file("$buildDir/file-server-installer")
110111
}
111112

27.7 KB
Loading
2.38 MB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)