refactor: Optimizing the implementation of Linux URL Scheme registration

This commit is contained in:
MystiPanda
2024-01-10 16:34:35 +08:00
parent 6702ac957b
commit 1ffc4f538b
4 changed files with 12 additions and 19 deletions

View File

@@ -6,7 +6,8 @@
"bundle": {
"targets": ["deb", "appimage", "updater"],
"deb": {
"depends": ["openssl"]
"depends": ["openssl"],
"desktopTemplate": "./clash-verge.desktop"
}
}
}