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

Update README_linux.md #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/README_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ slots:
name: `APPLICATION_ID`
```
- You can refer to these two repositories for more details: [FlatHub setup](https://github.com/flathub/io.appflowy.AppFlowy) and [Snapcraft setup](https://github.com/LucasXu0/appflowy-snap/blob/main/snap/snapcraft.yaml).

- If you created the .deb or .rpm installer with [Flutter Distributor](https://pub.dev/packages/flutter_distributor), please ensure that in the make_config.yaml you set
``` yaml
supported_mime_type:
- x-scheme-handler/my_custom_scheme # necessary so that the flutter app can open custom urls of type my_custom_scheme:/...
- x-scheme-handler/https # this allows to open https scheme (further setup is needed to open https links by default with your app)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to remove https as it will likely open un-intended URLs with this kind of setup.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good.

```