コード例 #1
0
ファイル: wine.py プロジェクト: Patryk-Jaroszczyk/lutris
 def run_winecfg(self, *args):
     self.prelaunch()
     winecfg(
         wine_path=self.get_executable(),
         prefix=self.prefix_path,
         arch=self.wine_arch,
         config=self,
     )
コード例 #2
0
 def run_winecfg(self, *args):
     self.prelaunch()
     winecfg(
         wine_path=self.get_executable(),
         prefix=self.prefix_path,
         arch=self.wine_arch,
         config=self,
     )
コード例 #3
0
 def run_winecfg(self, *args):
     """Run winecfg in the current context"""
     self.prelaunch()
     winecfg(
         wine_path=self.get_executable(),
         prefix=self.prefix_path,
         arch=self.wine_arch,
         config=self,
     )