We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0fad commit a008710Copy full SHA for a008710
1 file changed
src-tauri/src/update/update_linux.rs
@@ -74,7 +74,6 @@ fn replace_executable(
74
perms.set_mode(0o755);
75
std::fs::set_permissions(current_exe, perms)?;
76
}
77
-
78
info!("安装更新 -> 可执行文件权限设置完成");
79
80
Ok(())
0 commit comments