expose icon indicating copy to clipboard operation
expose copied to clipboard

Fix bin reference for PHAR compilation.

Open kleinmann opened this issue 2 years ago • 2 comments

I've gotten errors when using the compiled PHAR and it had an inflated size due to including the already present PHAR from builds/expose. This PR fixes the PHAR configuration to match the documented output location and to use the correct main entrypoint.

kleinmann avatar Feb 02 '23 14:02 kleinmann

  • The box.json file was changed to add an output and main property
  • A new .gitignore rule was added for the expose binary in builds/expose
  • composer's bin entry now points directly at the expose executable instead of a symlinked version in builds/expose

what-the-diff[bot] avatar Feb 02 '23 14:02 what-the-diff[bot]

  • The box.json file was changed to add an output and main property
  • A new .gitignore rule was added for the expose binary in builds/expose
  • composer's bin entry now points directly at the expose executable instead of a symlinked version in builds/expose

Ignore the last point, that was an oversight from earlier tests and was since removed 🙂

kleinmann avatar Feb 02 '23 14:02 kleinmann