mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-22 06:03:49 +08:00
feat(deeplink): add support for apt:// protocol handling
- Register apt protocol handler in Electron main process - Add x-scheme-handler/apt MIME type to electron-builder config - Update desktop entry to include apt MIME type support - apt://pkgname links are now converted to spk://search/pkgname refs #IJTPFP
This commit is contained in:
@@ -26,6 +26,7 @@ linux:
|
||||
Categories: "System;"
|
||||
mimeTypes:
|
||||
- "x-scheme-handler/spk"
|
||||
- "x-scheme-handler/apt"
|
||||
target:
|
||||
- "AppImage"
|
||||
- "deb"
|
||||
|
||||
Reference in New Issue
Block a user