Merge remote-tracking branch 'origin/master' into dbkr/winsign
This commit is contained in:
+6
-2
@@ -61,7 +61,7 @@
|
||||
},
|
||||
"build": {
|
||||
"appId": "im.riot.app",
|
||||
"electronVersion": "8.0.1",
|
||||
"electronVersion": "8.0.2",
|
||||
"files": [
|
||||
"package.json",
|
||||
{
|
||||
@@ -103,6 +103,10 @@
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"afterSign": "scripts/electron_afterSign"
|
||||
"afterSign": "scripts/electron_afterSign",
|
||||
"protocols": [{
|
||||
"name": "riot",
|
||||
"schemes": ["riot"]
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user