v0.20.0之后,多了一个clash-linux.sign文件,clash-core-service启动clash-linux的时候会去校验签名,默认打包的时候做了strip,PKGBUILD里面禁用strip就好了,没有源码查起来真是隐晦。
PKGBUILD加一行
options=(!strip)
Git Clone URL: | https://aur.archlinux.org/clash-for-windows-bin.git (read-only, click to copy) |
---|---|
Package Base: | clash-for-windows-bin |
Description: | A Windows/macOS/Linux GUI based on Clash and Electron. |
Upstream URL: | https://web.archive.org/web/20231030023332/https://github.com/Fndroid/clash_for_windows_pkg |
Keywords: | clash clash-for-windows |
Submitter: | Shiroko |
Maintainer: | Jat |
Last Packager: | Jat |
Votes: | 27 |
Popularity: | 0.000299 |
First Submitted: | 2021-09-05 17:21 (UTC) |
Last Updated: | 2024-03-26 09:03 (UTC) |
v0.20.0之后,多了一个clash-linux.sign文件,clash-core-service启动clash-linux的时候会去校验签名,默认打包的时候做了strip,PKGBUILD里面禁用strip就好了,没有源码查起来真是隐晦。
PKGBUILD加一行
options=(!strip)
same problem with arc9un's. service mode current status:inactive fail to install service user did not grant permission
cfw v0.20.3
service mode current status:inactive
Clicking on install or uninstall will display the following:
fail to install service
user did not grant permission
Is there any solution?
Fix build error on aarch64
system
issue
cd: Clash for Windows-0.20.2-x64-linux: 没有那个文件或目录
patch
diff --git a/PKGBUILD b/PKGBUILD
index 1a48620..af57d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ build() {
}
package() {
+ local parch=$(echo ${CARCH} | sed "s/x86_64/x64/;s/aarch64/arm64/")
- local parch=$(echo ${arch} | sed "s/x86_64/x64/;s/aarch64/arm64/")
cd "Clash for Windows-${pkgver}-${parch}-linux"
echo "packaging resource files as 644"
find . -type f -not \( -name "cfw" -or -name "clash-linux" -or -name "clash-core-service" -or -name "chrome-sandbox" -or -name "*.sh" \) \
Need to be updated!
需要维护!!
在manjaro gnome上安装之后不显示“System Proxy”项,有没有大手知道怎么解决
Clash For Windows introduced aarch64
architecture in the version v0.19.19. Release note: "add ARM64 Linux support(armv8 core)"
I have no aarch64 machine to test it. Use it at your own risk. Issues are always welcomed.
Pinned Comments