Skip to content

Commit 0082f60

Browse files
clippy
1 parent d10adff commit 0082f60

File tree

1 file changed

+1
-1
lines changed
  • crates/packager/src/package/appimage

1 file changed

+1
-1
lines changed

crates/packager/src/package/appimage/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn donwload_dependencies(
3434
),
3535
// This path is incompatible with cross-platform compilation but linuxdeploy doens't support that anyway.
3636
(
37-
format!("linuxdeploy-plugin-appimage.AppImage"),
37+
"linuxdeploy-plugin-appimage.AppImage".to_string(),
3838
format!("https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-{arch}.AppImage")
3939
),
4040
];

0 commit comments

Comments
 (0)