Skip to content

Commit c25e1f7

Browse files
committed
ci: fix DMG title field and DEB maintainer map structure
DMG config needed 'title' not 'display_name'. DEB config needs maintainer as a name/email map, not a flat string.
1 parent 2634e56 commit c25e1f7

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
display_name: Patterns
22
package_name: patterns
33
description: Clarity for the mind through structured reflection.
4-
maintainer: maskedsyntax <aftaab@aftaab.xyz>
4+
maintainer:
5+
name: maskedsyntax
6+
email: aftaab@aftaab.xyz
57
installed_size: 0
68
priority: optional
79
section: utils

macos/packaging/dmg/make_config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
display_name: Patterns
2-
bundle_identifier: com.example.patterns
3-
app_name: patterns
4-
license: MIT
1+
title: Patterns
52
contents:
63
- x: 448
74
y: 344

0 commit comments

Comments
 (0)