Skip to content

Commit

Permalink
Add alternative x86-64 JVM path for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hinerm committed May 21, 2024
1 parent e44236b commit 20842ef
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 @@ -417,6 +417,7 @@ jvm.root-paths = [
'!--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)
'!--system|OS:LINUX|ARCH:X64|${app-dir}/java/linux-amd64/*', # bundled (Linux x84-64, alt)
'!--system|OS:LINUX|ARCH:X86|${app-dir}/java/linux32/*', # bundled (Linux x86-32)
'!--system|OS:MACOSX|ARCH:ARM64|${app-dir}/java/macosx-arm64/*/Contents/Home', # bundled (macOS aarch64)
'!--system|OS:MACOSX|ARCH:ARM64|${app-dir}/java/macosx-arm64/*', # bundled (macOS aarch64)
Expand Down

0 comments on commit 20842ef

Please sign in to comment.