fix: debian executable file has no permissions

This commit is contained in:
huzibaca 2024-10-22 01:45:09 +08:00
parent 5f9cc38e82
commit ec14b7c52f

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": [