@crabnebula/packager v0.10.0
[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 defaultmain.desktop
template.
This field is populated with a sane default value, based on the
deep_link_protocols
orfile_associations
in theConfig
struct.This allows an installed Debian package to be invoked by other
applications with URLs or files as arguments, as expected.
Dependencies
- Upgraded to
[email protected]