leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

build a deb: FileSystemException: Cannot open file, path = 'linux/packaging/deb/make_config.yaml #95

Closed bksubhuti closed 1 year ago

bksubhuti commented 1 year ago

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
Auties00 commented 1 year ago

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

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
lijy91 commented 1 year ago

Please add this make_config.yaml first.