Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Fix deep linking (linux) #338

Open
gauthierpetetin opened this issue Dec 16, 2022 · 2 comments
Open

Fix deep linking (linux) #338

gauthierpetetin opened this issue Dec 16, 2022 · 2 comments
Assignees

Comments

@gauthierpetetin
Copy link
Contributor

No description provided.

@vinistevam
Copy link
Contributor

Potential Solution election-builder

"linux": {
"icon": "build/icon.png",
"target": "AppImage",
"category": "Utility",
"artifactName": "metamask-desktop-${version}.${ext}",
"publish": {
"provider": "github"
},
"mimeTypes": [
"x-scheme-handler/metamask-desktop"
],
"desktop":{
"exec": "metamask-desktop %U"
}
},

@vinistevam
Copy link
Contributor

Applied the solution above but it didn't work.
We can leave this ticket in the backlog for further investigation.

@vinistevam vinistevam assigned vinistevam and unassigned vinistevam Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants