Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.09 KB

Packaging.md

File metadata and controls

21 lines (12 loc) · 1.09 KB

Packaging Project Boss

Macro Flags

Inside ProjectBoss.Build.cs, there are a couple macro flags that can be enabled/disabled to change behaviour

After Packaging

Once packaged, you will need to include these files at the package root, next to ProjectBoss.exe:

The ReadMe-PackagedBuild.md file is a help file for users to setup the required tools for runtime.

Make sure the build directory includes the project-boss-ml-data.csv file, otherwise no ML data will be used to train and tune the boss' performance.

Also, make sure to copy the install-py-requirements.bat and py-requirements.txt files to the root of the build .exe. The install-py-requirements.bat file needs to be run before the .exe to install the required packages for Python.