Skip to content

Commit 14a8ac0

Browse files
committed
ci: fix packaging configs by providing required map structures and contents
1 parent 737d91f commit 14a8ac0

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
priority: optional
68
section: utils

linux/packaging/pacman/make_config.yaml

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
license: MIT
68
url: https://github.com/maskedsyntax/patterns
79
packager: maskedsyntax

linux/packaging/rpm/make_config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ display_name: Patterns
22
package_name: patterns
33
description: Clarity for the mind through structured reflection.
44
summary: Clarity for the mind through structured reflection.
5-
maintainer: maskedsyntax <aftaab@aftaab.xyz>
5+
maintainer:
6+
name: maskedsyntax
7+
email: aftaab@aftaab.xyz
68
license: MIT
79
url: https://github.com/maskedsyntax/patterns
810
vendor: maskedsyntax

macos/packaging/dmg/make_config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ display_name: Patterns
22
bundle_identifier: com.example.patterns
33
app_name: patterns
44
license: MIT
5+
contents:
6+
- x: 448
7+
y: 344
8+
type: link
9+
path: /Applications
10+
- x: 192
11+
y: 344
12+
type: file

0 commit comments

Comments
 (0)