-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Labels
Description
Is your feature request related to a problem?
My Flutter application calls native platform binaries to render eg. LaTeX using pdflatex. To support this in packaged builds, I would need to be able to add native platform dependencies to the packages.
Describe the feature you'd like
-
linux-deb: possible by modifyingDEBIAN/control.tmpl -
linux-rpm: possible by modifyingSPECS/{{.packageName}}.spec.tmpl -
linux-snap: unsuccessfully tried to addparts > app > stage-packages. Is it somehow possible to include packages from the underlying Ubuntu? -
linux-appimage: somehow include tarballs or similar inside the AppImage file? -
linux-pgk: modifyPKGBUILD.tmpland adddepends() -
windows-msi: no idea, not a Windows user. Would be great to includechocolaterypackages -
darwin-*: no idea, not a macOS user. Includehomebrewpackages?