Skip to content
  • Rob Swindell's avatar
    Support 2 new section types: pre-exec and pre-eval · bda6ea96
    Rob Swindell authored
    Just like the exec and eval sections, except executed/evaluated *before*
    any external programs are installed.
    New optional 'fail' key to specify a custom failure message.
    Example:
    [pre-eval:file_exists(startup_dir + 'test.txt')]
    prompt = false
    required = true
    fail = You must create text.txt before you can install.
    bda6ea96