chore: fix check health termux binary dependencies error
This commit is contained in:
parent
586cd6ff08
commit
ab212fefe1
@ -1,6 +1,5 @@
|
||||
local Trans = require 'Trans'
|
||||
local conf = Trans.conf
|
||||
local frontend_opts = conf.frontend
|
||||
local frontend_opts = Trans.conf.frontend
|
||||
|
||||
|
||||
---@class TransFrontend
|
||||
|
@ -42,7 +42,7 @@ local function check_binary_dependencies()
|
||||
win = 'node',
|
||||
mac = 'say',
|
||||
linux = 'festival',
|
||||
termux = 'termux-api-speak',
|
||||
termux = 'termux-tts-speak',
|
||||
})[Trans.system]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user