mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 13:10:22 -06:00
zip now doesnt force .zip extension
fixed comic book info parser
This commit is contained in:
@@ -123,8 +123,7 @@ public class Zip : Node
|
||||
{
|
||||
destFile = FileHelper.GetShortFileName(args.FileName) + ".zip";
|
||||
}
|
||||
if (destFile.ToLower().EndsWith(".zip") == false)
|
||||
destFile += ".zip";
|
||||
|
||||
destFile = FileHelper.Combine(destDir, destFile);
|
||||
|
||||
string tempZip = FileHelper.Combine(args.TempPath, Guid.NewGuid() + ".zip");
|
||||
|
||||
Reference in New Issue
Block a user