Rename binary

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-23 13:59:24 +00:00
parent 4c36307b01
commit 26780273b2
4 changed files with 7 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ local function finalize(_, _, extra_data)
local files_arg = table.concat(extra_data.exported_files, " ")
local command = string.format(
"darktable-publish --title '%s' --slug '%s' %s",
"darktable-ghost-cms-publish --title '%s' --slug '%s' %s",
extra_data.title, extra_data.slug, files_arg
)
if extra_data.keywords ~= "" then
@@ -123,7 +123,7 @@ local function supported(_, _)
end
dt.register_storage(
"ghost_publish",
"ghost_cms_publish",
"publish to Ghost CMS",
store,
finalize,