-
Notifications
You must be signed in to change notification settings - Fork 559
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
建议, WeaselSetup.exe 可以添加一些命令行参数吗 #1419
Comments
用户目录这个原来就可以用reg命令处理,后来加了个 #1403 |
WeaselSetup.exe /userdir:D:\rimedata 这个例子不成功啊, 我按这个例子使用了, 它只是弹出了个窗口, 并没有重新设置用户目录 |
这个是0.16.3之后的代码,你要用nightly才有 |
原来如此, 我觉得命令行参数可以改的简便一些, 就像我上面的示例, 这样即使不看帮助文档也能自己摸索出来 |
不加控制字符,如何识别是什么呢?这样只会麻烦不少。或者您要是会的话,PR welcome. |
WeaselSetup.exe 就只有两种搭配, 参数识别到正确路径就修改用户目录, 另一个参数也可默认选择性填写 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
示例:
/S 选择简体, 用户文件夹更改为, "D:\User"
(1) WeaselSetup.exe /S "D:\User"
/T 选择繁体, 用户文件夹更改为默认程序目录下User文件夹, "User"
(2) WeaselSetup.exe /T "User"
这样就方便用户定制便携版本了
The text was updated successfully, but these errors were encountered: