File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments