CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 16:01:06 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"3cde060fe67938003847d15e245800d5"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=qX42Q%2BPCH9%2BtuUMKuOLN0F1ACNVXF0j6hZgeanXTNR8xZ4xMzmBQLfYm1%2F%2BPI6VoqAdLfZeAa%2BgiFDNkYJZ6PXQ7vWNi5ejUEyYX9J%2FKpTaorqvW7PJkbEUIWO7hgzSiDTcycTGO5M9vNIK6KoVg%2FWVui%2Fbda1o3iD%2BtM9%2B2rJ%2BeLUL942g8xDdnS%2FWO76asuRnimLIg81ge2OUtuJsuK66aYFHCdYuNq115pP9l3VQCz9aRcq9XOJsRs%2FM0MyhMt4OnrkjNovf76%2BUmbWIlcg%3D%3D--l1fc4UkRr0rskNXE--S337JMbdeNc0XYFxJ6tskw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1089263999.1753372866; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 16:01:06 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 16:01:06 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E0C8:1EAE79:F6407:11F749:688258C2
Releases · libgdx/packr · GitHub
29 Mar 22:59
Loading
10 Feb 21:22
Loading
18 Jan 03:59
Loading
06 Dec 04:40
Loading
08 Oct 04:16
Loading
09 Sep 05:15
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 173
Releases: libgdx/packr
Releases · libgdx/packr
Packr 4.0.0 mutiple launchers (executables) per application
Compare
- Added an option to specify the JRE directory in the configuration file.
- Changed the default config file name from
config.json
to<app name>.json
whereapp name
is the value of the--executable
field passed topackr-all.jar
.
If the executable name ismyapp
(ormyapp.exe
on Windows) then the default config file name will bemyapp.json
instead
ofconfig.json
.- Creating multiple launchers requires running packr multiple times or creating a config JSON via alternative means and copying and renaming the launcher to match the config name.
- Please update your Maven and Gradle build scripts to point to https://artifactory.nimblygames.com/artifactory/ng-public.
- Gradle will soon require HTTPS and the -snapshot and -release repository URLs are for publishing, not downloading.
Assets 3
16 people reacted
Packr 3.0.3 symbolic link and pthread fixes
Compare
- Fixed symbolic link issue for Linux and macOS JREs.
- Fixed pthread not being available on Linux.
Assets 3
Packr 3.0.2 load all jre/bin Windows DLLs
Compare
- Packr launcher now loads all DLLs in the jre/bin directory on Windows.
- This resolves an issue on Windows where the awt.dll cannot find the Microsoft runtime libraries (MSVCP140.dll).
Assets 3
Packr 3.0.1 Windows DLL loading fix
Compare
- Updated tests to use the latest versions of AdoptOpenJDK 8, 11, and 15.
- Changed DLL loading on Windows to search in the JRE bin and server directories.
- This should make packr more robust to Windows runtime DLL changes.
- Fixed logging levels in ArchiveUtils
- There was trace output logging at error level.
Assets 4
Packr 3.0.0 several fixes
Compare
- Refactored code to fit better into libGdx/packr parent repository.
- Fixed an issue where extracting an archive with duplicate entries would fail.
- The packr-all Jar is available from GitHub packages https://github.com/libgdx/packr/packages.
- 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.
- Packr will ensure that
jspawnhelper
has execute permissions in the bundled JRE.- This resolves an issue on macOS where Runtime.exec and Process.start calls would fail with
java.io.IOException: Cannot run program "java": error=2, No such file or directory
.
- This resolves an issue on macOS where Runtime.exec and Process.start calls would fail with
- Updated ArchiveUtils to support POSIX permissions and symbolic links.
- This resolves an issue with repackaged JREs losing execute permissions.
- Alternative Maven repositories until oss.sonatype.org (Maven central) publishing is possible.
Assets 3
Packr 2.7.0 launcher executable fixes (temp transition back to libGDX)
Compare
- Fixed a Gradle script error where it was bundling the release builds with debug info on Linux and macOS.
- For Linux this reduces the executable size from ~722K to ~95K.
- Compile with
-no-pie
on Linux to work around a Nautilus bug. - Added compile flags
/Os
,/Gw
,/Gy
on Windows.- Combined with the new linker flags, this reduced the executable size.
- Added
/opt:icf
,/opt:ref
linker flags on Windows.- Combined with the new compiler flags, this reduced the executable size.
- Updated Gradle wrapper to version 6.5.1.
Previous releases
As we work towards updating this repository, there are previous releases and notes available on my fork: https://github.com/karlsabo/packr/releases. This release is here for folks to try out the new changes while we get the code further updated to publish under libGDX URLs.
Maven artifacts
It's a work in progress to publish the artifacts to Maven Central under com.libgdx.packr. Version 3.0.0 should publish under those Maven Coordinates.
Assets 3
You can’t perform that action at this time.