还是路径问题

(cherry picked from commit 0045992c45bcfd54db328f82d14b8bac33da9139)
This commit is contained in:
2025-10-29 13:53:29 +08:00
committed by speakeloudest
parent ee20cc93e2
commit 4250f61345
3 changed files with 33 additions and 12 deletions
+3 -1
View File
@@ -102,7 +102,9 @@ install(FILES "../libcore/bin/libcore.dll"
COMPONENT Runtime
OPTIONAL)
# 安装 BearVPNCli.exe保持原名)
# 安装 BearVPNCli.exe从 libcore/bin 复制并重命名)
# 注意:libcore 编译的是 HiddifyCli.exe,打包脚本会自动重命名为 BearVPNCli.exe
# 这里需要安装 BearVPNCli.exe,因为它已经被重命名了
install(FILES "../libcore/bin/BearVPNCli.exe"
DESTINATION "${CMAKE_INSTALL_PREFIX}"
COMPONENT Runtime