Skip to content

Refactoring with build script addition

Rana Esculenta requested to merge rana.esculenta/pandorabox:build-script into master

Restructures the project structure:

  • sources are moved into a separate folder away from docs
  • resources are moved to a separate folder to make it easier to work with them (e.g. move them within build script)
  • adds build script that run pyinstaller and puts the resources next to the binary

Merge request reports