set_executable_path_preference - darktable-org/lua-scripts GitHub Wiki
SET_EXECUTABLE_PATH_PREFERENCE
NAME
set_executable_path_preference
SYNOPSIS
set a preference for the path to an executable
USAGE
local df = require "lib/dtutils.file"
df.set_executable_path_preference(executable, path)
executable - string - the name of the executable to set the path for
path - string - the path to the binary
DESCRIPTION
set_executable_path_preference takes an executable name and path to the executable and registers the preference for later use.