Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored May 24, 2024
1 parent 344cd69 commit 087e177
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ function Component()
installer.setDefaultPageVisible(QInstaller.TargetDirectory, false);

installer.installationStarted.connect(function() {
if (installer.shouldDeinstallPrevious) {
installer.performOperation("Execute", Dir.toNativeSeparator("@TargetDir@/" + installer.maintenanceName));
if (installer.shouldDeinstallPrevious) {
installer.performOperation("Execute", Dir.toNativeSeparator("@TargetDir@/" + installer.maintenanceName));
}
});
}
Expand Down

0 comments on commit 087e177

Please sign in to comment.