Skip to content

Commit 6fbf21b

Browse files
fix bug
1 parent a3f0103 commit 6fbf21b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "betterncm_installer"
3-
version = "1.1.2"
3+
version = "1.1.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ fn ui_builder() -> impl Widget<AppData> {
520520
let button_set_ncm_path =
521521
Button::new("手动指定网易云").on_click(|ctx, data: &mut AppData, _env| {
522522
let files = rfd::FileDialog::new()
523-
.add_filter("NCM Executable", &["cloudmusic.exe"])
523+
.add_filter("NCM Executable", &["exe"])
524524
.pick_files();
525525

526526
if let Some(files) = files {

0 commit comments

Comments
 (0)