Skip to content

@crabnebula/packager v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 03:02
f8291de

[0.10.0]

  • c6207bb (#254) Allow Linux dependencies to be specified via a file path instead of just a direct String.
    This enables the list of dependencies to by dynamically generated for both Debian .deb packages and pacman packages,
    which can relieve the app developer from the burden of manually maintaining a fixed list of dependencies.

  • de4dcca (#256) Automatically add an Exec arg (field code) in the .desktop file.

    This adds an {exec_arg} field to the default main.desktop template.
    This field is populated with a sane default value, based on the
    deep_link_protocols or file_associations in the Config struct.

    This allows an installed Debian package to be invoked by other
    applications with URLs or files as arguments, as expected.

Dependencies