Skip to content

Commit fc97b70

Browse files
committed
Add category flag to nfpm packaging
Sets the package category to synapse-apps for better organization.
1 parent ba69632 commit fc97b70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

synapse/cli/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ def build_deb_package(app_dir: str, app_name: str, version: str = "0.1.0") -> bo
401401
"Synapse Application",
402402
"--architecture",
403403
"arm64",
404+
"--category",
405+
"synapse-apps",
404406
]
405407

406408
# Attach lifecycle scripts

0 commit comments

Comments
 (0)