Skip to content

Commit

Permalink
jvm.toml: add root path for app.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
hinerm committed May 14, 2024
1 parent a1f754f commit 9f9b02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/jvm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ jvm.distros-blocked = []
jvm.root-paths = [
'--java-home|${java-home}', # user override (CLI flag)
'${JAVA_HOME}', # user override (env var)
'${app-configured}', # app.cfg
'!--system|${app-dir}/lib/runtime', # jpackage
'!--system|OS:LINUX|ARCH:ARM64|${app-dir}/java/linux-arm64/*', # bundled (Linux aarch64)
'!--system|OS:LINUX|ARCH:X64|${app-dir}/java/linux64/*', # bundled (Linux x86-64)
Expand Down

0 comments on commit 9f9b02d

Please sign in to comment.