installfiles 的疑问
#7628
|
目前在尝试打包,我发现假如设置了一个 phony 的构建目标 然后我只在 on_build 或 after_build 里写 target:add("installfiles", "/tmp/1") 那么 zip 包可以成功构建,deb 包不能成功构建 假如我只在 before_install 或 on_install 里写 target:add("installfiles", "/tmp/1") 那么 deb 包可以成功构建,zip 包不能成功构建 是不是 installfiles 这个属性没有透传给 install action |
Answered by
waruqi
Jun 29, 2026
Replies: 1 comment 1 reply
|
这个不应该在 on_load 里配置么,为啥会在 build/install 这么滞后的位置配置。 |
1 reply
Answer selected by
binLep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个不应该在 on_load 里配置么,为啥会在 build/install 这么滞后的位置配置。