fix: debian executable file has no permissions

This commit is contained in:
huzibaca
2024-10-22 01:45:09 +08:00
Unverified
parent c64b9d5a2b
commit 5c577e533f

View File

@@ -10,7 +10,7 @@
"provides": ["clash-verge"],
"conflicts": ["clash-verge"],
"replaces": ["clash-verge"],
"postInstallScript": "../../../packages/linux/post-install.sh"
"postInstallScript": "../packages/linux/post-install.sh"
},
"rpm": {
"depends": ["openssl"],
@@ -18,7 +18,7 @@
"provides": ["clash-verge"],
"conflicts": ["clash-verge"],
"obsoletes": ["clash-verge"],
"postInstallScript": "../../../packages/linux/post-install.sh"
"postInstallScript": "../packages/linux/post-install.sh"
}
},
"externalBin": [