Skip to content
  1. Jan 06, 2025
  2. Dec 06, 2024
  3. Nov 27, 2024
  4. Nov 26, 2024
  5. Nov 20, 2024
  6. Oct 30, 2024
  7. Sep 02, 2024
  8. Aug 30, 2024
  9. Jul 26, 2024
  10. Jul 22, 2024
  11. Jun 26, 2024
    • Matthew Clarkson's avatar
      fix(entrypoint): add `local = True` · 699fcb6c
      Matthew Clarkson authored
      This rule only depends on local data so can be marked as such.
      699fcb6c
    • Matthew Clarkson's avatar
      fix(entrypoint): assimilate on Linux · b4ff17be
      Matthew Clarkson authored
      If a Linux user has Wine installed with the `binfmt_misc` registration,
      an APE binary is picked up and ran under the Wine runtime.
      
      Normally, this does not occur, as we force execution under the launcher.
      
      However, Python `sys.executable` will return the original binary so
      any Python script that uses `sys.executable` with `subprocess` will
      unexpectedly run under Wine.
      
      Assimilating the binary on Linux avoids this situation. In all other cases
      we can symlink to the binary.
      b4ff17be
  12. Jun 24, 2024
Loading