(self, event)
| 999 | # subprocess.Popen(["bash", Variables.playonlinux_env+"/bash/polconfigurator", game_exec]) |
| 1000 | |
| 1001 | def Package(self, event): |
| 1002 | game_exec = self.GetSelectedProgram() |
| 1003 | subprocess.Popen(["bash", Variables.playonlinux_env + "/bash/make_shortcut", game_exec]) |
| 1004 | |
| 1005 | def UninstallGame(self, event): |
| 1006 | game_exec = self.GetSelectedProgram() |
nothing calls this directly
no test coverage detected