Skip to content

Building

shinrax2 edited this page Feb 8, 2021 · 4 revisions

Building PS3GameUpdateDownloader

Requirements:

  • GitPython (and a git client but optional use the -nogit flag if u dont have git)
  • pyinstaller (optional, only for compiled releases)
  • UPX (optional, for compressing compiled releases)

Run python -m pip install -r buildrequirements.txt to install requirements for building a release.

build.py:

Run python build.py -h to get an overview of accepted flags for the buildscript.

Clone this wiki locally