Skip to content

Commit

Permalink
Update default path for current release of Install4J: v.10 #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 2, 2022
1 parent 872ebbc commit 0e74d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/net/ij_plugins/sf/sbt/install4j/Defaults.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ object Defaults {
val osName = System.getProperty("os.name")

if (osName.startsWith("Windows"))
"C:/Program Files/install4j9"
"C:/Program Files/install4j10"
else if (osName.equals("Linux"))
"/opt/install4j9"
"/opt/install4j10"
else if (osName.equals("Mac OS X"))
"/Applications/install4j.app/Contents/Resources/app"
else
Expand Down

0 comments on commit 0e74d51

Please sign in to comment.