iTXTech / mirai-console-loader

模块化、轻量级且支持完全自定义的 mirai 加载器。
GNU Affero General Public License v3.0
733 stars 62 forks source link

如何单独升级指定的库/插件并指定版本 #51

Closed drsanwujiang closed 3 years ago

drsanwujiang commented 3 years ago

例如 mirai-core-all:

.\mcl --update-package net.mamoe:mirai-core-all --version 2.1.0
.\mcl --update-package net.mamoe:mirai-core-all --force-version 2.1.0
.\mcl --update-package net.mamoe:mirai-core-all --channel stable --version 2.1.0
.\mcl --update-package net.mamoe:mirai-core-all --channel stable --force-version 2.1.0
.\mcl --update-package net.mamoe:mirai-core-all --type libs --channel stable --version 2.1.0
.\mcl --update-package net.mamoe:mirai-core-all --type libs --channel stable --force-version 2.1.0

都没有什么反应

PeratX commented 3 years ago

在启动的时候指定-u参数

drsanwujiang commented 3 years ago

在启动的时候指定-u参数

可以了