flutter_distributor
flutter_distributor copied to clipboard
build a deb: FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yaml
I followed the instructions .. it built but gave this error`
FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yaml
I do not see any documentation for this. I copied the file from the big example yaml
- name: linux-deb
package:
platform: linux
target: deb
build_args:
dart-define:
APP_ENV: dev
I followed the instructions .. it built but gave this error`
FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yamlI do not see any documentation for this. I copied the file from the big example yaml
- name: linux-deb package: platform: linux target: deb build_args: dart-define: APP_ENV: dev
create a file where it asks it to be and add something like:
app_id: someRandomId
publisher_name: SomeName
display_name: SomeDisplayName
create_desktop_icon: true
locales:
- en
Please add this make_config.yaml first.