MCPcopy Create free account
hub / github.com/Syncplay/syncplay / run

Method run

buildPy2exe.py:637–647  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

635
636class build_installer(py2exe):
637 def run(self):
638 py2exe.run(self)
639 print('*** deleting unnecessary libraries and modules ***')
640 pruneUnneededLibraries()
641 print('*** copying qt plugins ***')
642 copyQtPlugins(qt_plugins)
643 script = NSISScript()
644 script.create()
645 print("*** compiling the NSIS setup script ***")
646 script.compile()
647 print("*** DONE ***")
648
649guiIcons = glob('syncplay/resources/*.ico') + glob('syncplay/resources/*.png') + ['syncplay/resources/spinner.mng']
650

Callers

nothing calls this directly

Calls 5

createMethod · 0.95
compileMethod · 0.95
pruneUnneededLibrariesFunction · 0.85
copyQtPluginsFunction · 0.85
NSISScriptClass · 0.85

Tested by

no test coverage detected