jeffrey0606 / flutter_to_debian

A simple command-line application to help you easily bundle your flutter app build into a debian package ready for production.
MIT License
39 stars 12 forks source link

feat: add execFieldCodes parameter to flutter_app in debian.yaml #8

Closed jakub-stefaniak closed 2 years ago

jakub-stefaniak commented 2 years ago

This fixes #7

Add execFieldCodes to flutter_app entry in debian.yaml, so Exec property can take allowed arguments specified in https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html

I also provided validation by allowed field codes.