rokudev / samples

Collection of sample channels for side-loading on your Roku device
MIT License
445 stars 286 forks source link

app.mk references app-package, maketr, brightscript tools #32

Open milnak opened 3 years ago

milnak commented 3 years ago

app.mk contains the following lines:

# only Linux host is supported for these tools currently
APPS_TOOLS_DIR    := $(APPS_ROOT_DIR)/tools/$(HOST_OS)/bin

APP_PACKAGE_TOOL  := $(APPS_TOOLS_DIR)/app-package
MAKE_TR_TOOL      := $(APPS_TOOLS_DIR)/maketr
BRIGHTSCRIPT_TOOL := $(APPS_TOOLS_DIR)/brightscript

I can't find any reference online to any of these tools. Are they roku internal? Are they deprecated for the Roku web UI?