flutter_distributor icon indicating copy to clipboard operation
flutter_distributor copied to clipboard

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

Open bksubhuti opened this issue 3 years ago • 1 comments

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

bksubhuti avatar Oct 01 '22 11:10 bksubhuti

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

Auties00 avatar Oct 01 '22 23:10 Auties00

Please add this make_config.yaml first.

lijy91 avatar Jan 13 '23 15:01 lijy91