Skip to content

Commit f27aeb2

Browse files
JusterZhugitee-org
authored andcommitted
!4 update src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs.
Merge pull request !4 from yzy945/N/A
2 parents 142ae76 + da3f0bd commit f27aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WPF/GeneralUpdate.Packet/ViewModels/PacketViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private async Task CreateZip()
365365
.CreateOperate(OperationType.GZip, packetName, sourcePath, targetPath)
366366
.CreateZip();
367367

368-
var path = Path.Combine(targetPath, packetName);
368+
var path = Path.Combine(targetPath, $"{PacketName}{CurrentFormat}");
369369
await ShowMessage("Compression operation", File.Exists(path) ? $"{path} Created successfully." : $"{path} Creation failure!");
370370
}
371371

0 commit comments

Comments
 (0)