You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we pass the two parameters wine (of type Wine) and wizard (of type SetupWizard) to the preInstall and postInstall hooks of the installer scripts. The wizard parameter is redundant because it can also be fetched from wine by calling wine.wizard() therefore we should remove it from both hooks. This will change the syntax of the two hooks to:
Currently we pass the two parameters
wine
(of typeWine
) andwizard
(of typeSetupWizard
) to thepreInstall
andpostInstall
hooks of the installer scripts. Thewizard
parameter is redundant because it can also be fetched fromwine
by callingwine.wizard()
therefore we should remove it from both hooks. This will change the syntax of the two hooks to:For more details see also #1117 (comment)
The text was updated successfully, but these errors were encountered: