Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cfa551

Browse files
authored
fix: msi, prevent black window (#13665)
For msi version, the black window is shown when creating desktopshortcut for connection.The exe version does not have this issue.Signed-off-by: fufesou <linlong1266@gmail.com>
1 parent5b21441 commit9cfa551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/platform/windows.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,7 @@ oLink.Save
18821882
.to_owned();
18831883
std::process::Command::new("cscript")
18841884
.arg(&shortcut)
1885+
.creation_flags(CREATE_NO_WINDOW)
18851886
.output()?;
18861887
allow_err!(std::fs::remove_file(shortcut));
18871888
Ok(())

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp