Skip to content
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

fix:windows 环境下配置文件路径显示错误问题;以及点击无法定位到配置文件地址的问题; #4

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

renmengkai
Copy link
Contributor

No description provided.

@@ -20,7 +20,7 @@ pub async fn new_wa(app: tauri::AppHandle, label: String, title: String, url: St
pub fn open(path: &str) {
#[cfg(target_os = "windows")]
Command::new("explorer")
.args(["/select", path])
.args(["/select,", path])
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里和 , 有关系吗?我不太确定,没有 windows 电脑,暂时无法验证。

@lencx lencx merged commit 35647f7 into lencx:main Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants