Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Engines/Wine/QuickScript/Installer Script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ module.default = class InstallerScript extends QuickScript {
);
}

this._createShortcut(wine.prefix());

this._postInstall(wine, setupWizard);

this._createShortcut(wine.prefix());

// back to generic wait (might have been changed in postInstall)
setupWizard.wait(tr("Please wait..."));

Expand Down