Skip to content

Commit 5ef2cd4

Browse files
committed
Working on homebrew
1 parent 7226958 commit 5ef2cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/brew/Formula.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class @name@ < Formula
77
sha256 "@assethash@"
88
version '@version@'
99

10-
# depends_on 'gnu-sed'
10+
depends_on 'openjdk'
1111

1212
def install
1313
bin.install 'bin/@artifactId@' => '@artifactId@'

src/main/nsis/install.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Outfile "..\..\@artifactId@-@[email protected]"
33

44
# define the directory to install to, the desktop in this case as specified
55
# by the predefined $DESKTOP variable
6-
InstallDir $PROGRAMFILES\caser
6+
InstallDir $PROGRAMFILES\@artifactId@
77

88
# default section
99
Section

0 commit comments

Comments
 (0)