-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support xmake update dev/master
on windows
#264
Comments
还是赶紧把exe的版本和脚本的版本分开吧,在win上更新一下太麻烦了 |
现在的问题主要是,win上 自更新 复写 自身 exe 和 脚本的问题,这个时候当前xmake正在运行,复写不了 |
所以我觉得应该是executeble是一个版本,脚本是一个版本,因为我看 /core 里面除了刷版本号一般也不怎么改 |
exe每次编译更新 buildversion原本就是会自动更新的
现在不是分版本更新的问题,这个即使加个 关键是win自更新c:目录下脚本,还是有写入权限问题,以及脚本被open占用问题,所以处理起来需要做点特殊处理,之前一直没时间精力去完善这块,所以win上暂时没去改进 |
我来占个坑试试吧 |
暂时不要分版本了,维护起来好麻烦的。。先 加个--scripts参数 指定仅更新脚本好了 |
#253
The text was updated successfully, but these errors were encountered: