Skip to content

Commit

Permalink
followup
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Sep 5, 2024
1 parent eabc0da commit e131f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
Expand Down

0 comments on commit e131f64

Please sign in to comment.