Implement the shared automation CLI.
This commit is contained in:
@@ -37,7 +37,11 @@ winresource = "0.1"
|
||||
product-name = "Blogging Desktop Server"
|
||||
identifier = "de.rfc1437.ruds"
|
||||
description = "A desktop application for writing and publishing static blogs."
|
||||
before-packaging-command = "cargo build --release -p bds-ui"
|
||||
before-packaging-command = "cargo build --release -p bds-ui -p bds-cli"
|
||||
binaries = [
|
||||
{ path = "bds-ui", main = true },
|
||||
{ path = "bds-cli" },
|
||||
]
|
||||
deep-link-protocols = [{ schemes = ["ruds"] }]
|
||||
icons = [
|
||||
"assets/app-icons/bds.icns",
|
||||
|
||||
Reference in New Issue
Block a user