feat: add deep linking support

This commit is contained in:
Alice Carroll
2024-09-05 02:09:51 +03:00
parent c8c0c86c96
commit a643dc0956
7 changed files with 106 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"frontendDist": "../out",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "bun dev",
"beforeBuildCommand": "bun build"
"beforeBuildCommand": "bun web:build"
},
"app": {
"windows": [
@@ -27,5 +27,12 @@
"active": true,
"targets": "all",
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"]
},
"plugins": {
"deep-link": {
"desktop": {
"schemes": ["learn-anything"]
}
}
}
}