You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
where app name is the value of the --executable field passed to packr-all.jar.
If the executable name is myapp (or myapp.exe on Windows) then the default config file name will be myapp.json instead
of config.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.