Skip to content

Commit 7a39748

Browse files
author
Asger Gitz-Johansen
committed
fix: the license agreement popup messes homebrew
1 parent adc3648 commit 7a39748

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

graphedit/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ runtime {
4545
installerOptions += ['--vendor', 'Graphedit']
4646
installerOptions += ['--description', 'The hackable graph editor']
4747
installerOptions += ['--copyright', 'Asger Gitz-Johansen']
48-
installerOptions += ['--license-file', 'LICENSE']
4948

5049
if (currentOs.windows) {
50+
installerOptions += ['--license-file', 'LICENSE']
5151
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
5252
} else if (currentOs.linux) {
53+
installerOptions += ['--license-file', 'LICENSE']
5354
installerOptions += ['--linux-package-name', 'graphedit', '--linux-shortcut', '--install-dir', '/usr']
5455
} else if (currentOs.macOsX) {
5556
installerOptions += ['--mac-package-name', 'Graphedit']

0 commit comments

Comments
 (0)