MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / Package

Method Package

python/mainwindow.py:1001–1003  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

GetSelectedProgramMethod · 0.95

Tested by

no test coverage detected