Restructure "Windows version" Plugin Script
madoar opened this issue · 2 comments
madoar commented
Currently the Windows version
verb returns a very sketchy and blurry defined SetOsForApplication
object to the caller of Wine.prototype.setOsForApplication
.
The issue with the return type of the method is that we normally return the Wine
instance and not another object when calling a verb. Can we change this to something a bit more intuitive? Maybe the approaches in #1080 would be applicable here too?
plata commented
Yes, I think #1080 would solve this kind of issues for the plugins (also e.g. the "managed" plugin etc.).
plata commented
Is this done?