chore: fix check health termux binary dependencies error

This commit is contained in:
JuanZoran 2023-05-06 10:08:43 +08:00
parent 586cd6ff08
commit ab212fefe1
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
local Trans = require 'Trans'
local conf = Trans.conf
local frontend_opts = conf.frontend
local Trans = require 'Trans'
local frontend_opts = Trans.conf.frontend
---@class TransFrontend

View File

@ -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]