We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea287b commit 8603dc5Copy full SHA for 8603dc5
Engines/Wine/QuickScript/Installer Script/script.js
@@ -95,10 +95,10 @@ module.default = class InstallerScript extends QuickScript {
95
);
96
}
97
98
- this._createShortcut(wine.prefix());
99
-
100
this._postInstall(wine, setupWizard);
101
+ this._createShortcut(wine.prefix());
+
102
// back to generic wait (might have been changed in postInstall)
103
setupWizard.wait(tr("Please wait..."));
104
0 commit comments