RFR: 8356219: jpackage places libapplauncher.so in incorrect location in the app image [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Tue May 6 03:25:08 UTC 2025
On Tue, 6 May 2025 02:36:27 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> Alexey Semenyuk has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Update copyright year
>> - Fix a typo in ApplicationLayout
>
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/ApplicationLayout.java line 32:
>
>> 30: public record ApplicationLayout(Path launchersDirectory, Path appDirectory,
>> 31: Path runtimeDirectory, Path runtimeHomeDirectory, Path appModsDirectory,
>> 32: Path destktopIntegrationDirectory, Path contentDirectory, Path libapplauncher) {
>
> `destktop` -> `desktop`
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25051#discussion_r2074670384
More information about the core-libs-dev
mailing list