backport riot-desktop implementation into riot-web
This commit is contained in:
parent
09ed0e781a
commit
bb6afd7c30
4 changed files with 66 additions and 3 deletions
|
@ -188,7 +188,11 @@
|
|||
"output": "electron_app/dist",
|
||||
"app": "electron_app"
|
||||
},
|
||||
"afterSign": "scripts/electron_afterSign.js"
|
||||
"afterSign": "scripts/electron_afterSign.js",
|
||||
"protocols": [{
|
||||
"name": "riot",
|
||||
"schemes": ["riot"]
|
||||
}]
|
||||
},
|
||||
"jest": {
|
||||
"modulePathIgnorePatterns": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue