libdragon-docker icon indicating copy to clipboard operation
libdragon-docker copied to clipboard

Migrate away from pkg, it is EoL

Open anacierdem opened this issue 2 years ago • 1 comments

Main reason being: https://github.com/advisories/GHSA-22r3-9w55-cj54

anacierdem avatar Feb 16 '24 19:02 anacierdem

There are two main options:

  • https://tauri.app/v1/guides/features/cli
    • This also have installer support
    • Main disadvantage is we won't have the node api meaning a lot of rework.
  • #63 - https://nodejs.org/docs/latest-v18.x/api/single-executable-applications.html
    • see https://github.com/anacierdem/libdragon-docker/tree/sea-test
    • This has a very large executable size

anacierdem avatar Feb 21 '24 19:02 anacierdem

:tada: This issue has been resolved in version 11.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Sep 27 '24 16:09 github-actions[bot]