hemtt release

Build a release version your project

Usage: hemtt release [OPTIONS]

Options:
    --no-sign
        Do not sign the PBOs

    --no-archive
        Do not create a zip archive of the release

    --no-bin
        Do not binarize files

    --no-rap
        Do not rapify files

    -t, --threads <threads>
        Number of threads, defaults to # of CPUs

    -v...
        Verbosity level

    -h, --help
        Print help information (use `-h` for a summary)

hemtt release will build your mod into .hemttout/release. It will create bisign files for all addons, and a bikey for validation.

It is intended to be used for releasing your mod.

It will create two zip archives in the releases folder: - {name}-latest.zip - {name}-{version}.zip

Configuration

hemtt release is built the same way as hemtt build, and will use its configuration.

[hemtt.release]
sign = false # Default: true
archive = false # Default: true

sign

If sign is set to false, a bikey will not be created, and the PBOs will not be signed.

Danger

All public releases of your mods should be signed. This will be a requirement of many communities, and is an important security feature.

archive

If archive is set to false, a zip archive will not be created. The output will be in .hemttout/release.

Options

--no-sign

Do not sign the PBOs or create a bikey.

--no-archive

Do not create a zip archive of the release. The output will be in .hemttout/release.