Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bksubhuti opened this issue Oct 1, 2022 · 2 comments

Comments

@bksubhuti
Copy link

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
Copy link

Auties00 commented Oct 1, 2022

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
Copy link
Member

lijy91 commented Jan 13, 2023

Please add this make_config.yaml first.

@lijy91 lijy91 closed this as completed Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants