Skip to content

Commit a971e44

Browse files
hieuhghdhoang
authored andcommitted
implement chshersh#157 as well
1 parent 4322d1b commit a971e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/archive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl<'a> Archive<'a> {
9595
ArchiveType::AppImage(app_image) => Ok(self.tmp_dir.join(app_image)),
9696

9797
// already .exe file without archive (on Windows): no need to unpack
98-
ArchiveType::Exe(exe_file) => Ok(PathBuf::from(exe_file)),
98+
ArchiveType::Exe(exe_file) => Ok(self.tmp_dir.join(exe_file)),
9999

100100
// unpack .tar.gz archive
101101
ArchiveType::TarGz(asset_name) => {

0 commit comments

Comments
 (0)