chore: update

This commit is contained in:
huzibaca 2024-10-22 01:34:26 +08:00
parent 545ea16ae8
commit c64b9d5a2b
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
chmod +x /usr/bin/install-service
chmod +x /usr/bin/uninstall-service
chmod +x /usr/bin/clash-verge-service

View File

@ -9,14 +9,16 @@
"desktopTemplate": "./template/clash-verge.desktop",
"provides": ["clash-verge"],
"conflicts": ["clash-verge"],
"replaces": ["clash-verge"]
"replaces": ["clash-verge"],
"postInstallScript": "../../../packages/linux/post-install.sh"
},
"rpm": {
"depends": ["openssl"],
"desktopTemplate": "./template/clash-verge.desktop",
"provides": ["clash-verge"],
"conflicts": ["clash-verge"],
"obsoletes": ["clash-verge"]
"obsoletes": ["clash-verge"],
"postInstallScript": "../../../packages/linux/post-install.sh"
}
},
"externalBin": [