Skip to content

Packr 3.0.0 several fixes

Compare
Choose a tag to compare
@karlsabo karlsabo released this 08 Oct 04:16
· 66 commits to master since this release
  1. Refactored code to fit better into libGdx/packr parent repository.
  2. Fixed an issue where extracting an archive with duplicate entries would fail.
  3. The packr-all Jar is available from GitHub packages https://github.com/libgdx/packr/packages.
  4. The output directory specified by --output must be an empty directory, or a path that does not exist.
    • Packr will no longer delete the output directory and then populate it.
  5. Packr will ensure that jspawnhelper has execute permissions in the bundled JRE.
  6. Updated ArchiveUtils to support POSIX permissions and symbolic links.
    • This resolves an issue with repackaged JREs losing execute permissions.
  7. Alternative Maven repositories until oss.sonatype.org (Maven central) publishing is possible.