Replies: 1 comment 7 replies
-
安装命令,得用 batchcmds:cp ... 而不是 os.cp |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
背景
xpack 在制作nsni安装包时如何指定安装完成之后执行的脚本,我尝试了xpack:after_installcmd,但是会在打包时,而不是安装后运行。
猜测
我看到这样一句话:
我猜测这一段话的意思是不是,这代码会在打包时执行,然后记录下执行的命令之后,在安装时执行。
打包代码
如果不是我猜测的这样,麻烦大佬们看看我的打包设置是不是有问题,打包代码如下:
Beta Was this translation helpful? Give feedback.
All reactions