added custom protocol
Showing
... | @@ -6,6 +6,11 @@ | ... | @@ -6,6 +6,11 @@ |
"scripts": { | "scripts": { | ||
"start": "electron ." | "start": "electron ." | ||
}, | }, | ||
"protocols": [{ | |||
"name": "customspeens", | |||
"role": "CustomSpeens", | |||
"schemes": ["csinstall"] | |||
}], | |||
"author": "Andreas Heimann", | "author": "Andreas Heimann", | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment