Skip to content

Commit

Permalink
bip
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtagNeptune authored Dec 29, 2024
1 parent 44d272d commit 835a6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows-setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ begin
end else if DelTree(ExpandConstant('{%UserProfile}\Grabber'), True, True, True) then begin
Log('Deleted legacy settings directory');
end else begin
MsgBox('Error deleting legacy settings directory', mbError, MB_OK);
MsgBox('Error deleting settings directory', mbError, MB_OK);
end;
end;
end;
Expand Down

0 comments on commit 835a6b2

Please sign in to comment.