Skip to content

Commit 4aa2e7f

Browse files
authored
Merge pull request #1 from dasher-project/app-certs
Configure application distribution signing
2 parents b516e3e + 7869744 commit 4aa2e7f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
# If the commit is tagged with a version (e.g. "v1.0.0"),
3333
# release the app after building
3434
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
35+
36+
mac_certs: ${{ secrets.mac_certs }}
37+
mac_certs_password: ${{ secrets.mac_certs_password }}
38+
windows_certs: ${{ secrets.windows_certs }}
39+
windows_certs_password: ${{ secrets.windows_certs_password }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"dmg-license": "^1.0.9"
2222
},
2323
"build": {
24-
"appId": "com.acecentre.dasher",
24+
"appId": "uk.org.acecentre.dasherelectron",
2525
"productName": "Dasher",
2626
"extraResources": ["submodules/**/*"],
2727
"mac": {
28-
"category": "public.app-category.lifestyle"
28+
"category": "public.app-category.utilities"
2929
},
3030
"dmg": {
3131
"icon": false

0 commit comments

Comments
 (0)