This commit is contained in:
Craig Raw 2024-09-05 12:01:12 +02:00
parent eabc0da6d5
commit e131f645f6

View file

@ -275,7 +275,7 @@ jlink {
}
if(os.linux) {
if(headless) {
installerOptions = ['--resource-dir', 'src/main/deploy/package/linux-headless/']
installerOptions = ['--license-file', 'LICENSE', '--resource-dir', 'src/main/deploy/package/linux-headless/']
} else {
installerOptions += ['--resource-dir', 'src/main/deploy/package/linux/', '--linux-shortcut', '--linux-menu-group', 'Sparrow']
}