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 Trans = require 'Trans'
|
||||||
local conf = Trans.conf
|
local frontend_opts = Trans.conf.frontend
|
||||||
local frontend_opts = conf.frontend
|
|
||||||
|
|
||||||
|
|
||||||
---@class TransFrontend
|
---@class TransFrontend
|
||||||
|
@ -42,7 +42,7 @@ local function check_binary_dependencies()
|
|||||||
win = 'node',
|
win = 'node',
|
||||||
mac = 'say',
|
mac = 'say',
|
||||||
linux = 'festival',
|
linux = 'festival',
|
||||||
termux = 'termux-api-speak',
|
termux = 'termux-tts-speak',
|
||||||
})[Trans.system]
|
})[Trans.system]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user