Skip to content

Commit

Permalink
feat: discover Amazon Corretto directory (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot authored Nov 25, 2023
1 parent d18def9 commit 44086f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/java/JavaGuard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ export async function getWin32Discoverers(dataDir: string): Promise<JavaDiscover
'Program Files\\Java',
'Program Files\\Eclipse Adoptium',
'Program Files\\Eclipse Foundation',
'Program Files\\AdoptOpenJDK'
'Program Files\\AdoptOpenJDK',
'Program Files\\Amazon Corretto'
])),
getLauncherRuntimeDir(dataDir)
]),
Expand Down

0 comments on commit 44086f9

Please sign in to comment.