Skip to contents

Checks platform-specific build tools required for creating Electron distributables.

Usage

sitrep_electron_build_tools(verbose = TRUE)

Arguments

verbose

Logical. Whether to print detailed output. Default is TRUE.

Value

Invisibly returns a list with build tools information.

Examples

# \donttest{
# Check build tools
sitrep_electron_build_tools()
#> 
#> ── Build Tools Report ──────────────────────────────────────────────────────────
#>  Checking build tools for platform: linux
#>  Build tools (gcc, make): Found
#>  Build tools ready
# }