Skip to content
  1. Jan 31, 2025
  2. Jan 22, 2025
  3. Jan 21, 2025
  4. Dec 06, 2024
  5. Nov 26, 2024
  6. Nov 20, 2024
  7. Oct 30, 2024
  8. Sep 02, 2024
  9. Aug 30, 2024
  10. Jul 26, 2024
  11. Jul 22, 2024
  12. 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
  13. Jun 24, 2024
Loading