ACLauncher/CHANGELOG.md
Mihail Yaremenko 8174e3e64f
Fix #655: set macOS Dock icon on jar build on newer Java versions (#703)
* Add OS X resource forks and other stuff to gitignore

* fix #655, try to set Dock icon only if not using app bundle

* update CHANGELOG.md

* try to set macOS icon only when using jar bundle, as in app bundle macOS sets everything automatically

Co-authored-by: Ryan Dowling <ryan@ryandowling.me>
2023-01-13 00:37:08 +11:00

342 B

Changelog

This changelog only contains the changes that are unreleased. For changes for individual releases, please visit the releases page on GitHub.

3.4.24.2

New Features

Fixes

  • Default Java icon in macOS Dock when using Java 9 or later [#655] (@WhiteBear60)

Misc