Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lixkote committed Jan 6, 2024
1 parent 2b9d655 commit 6cfb075
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rectify11Installer/Core/Backend/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ public bool Install(FrmWizard frm)
// extract files, delete if folder exists
frm.InstallerProgress = "Extracting files...";
Helper.SafeDirectoryDeletion(Path.Combine(Variables.r11Folder, "files"), false);
if (!Helper.SafeFileOperation(
Path.Combine(Variables.r11Folder, "files.7z"),
Properties.Resources.files7z,
Helper.OperationType.Write))
return false;
// if (!Helper.SafeFileOperation(
// Path.Combine(Variables.r11Folder, "files.7z"),
// Properties.Resources.files7z,
// Helper.OperationType.Write))
// return false;

// extract the 7z
Helper.SvExtract("files.7z", "files");
Expand Down

0 comments on commit 6cfb075

Please sign in to comment.