mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: attempt to fix mas 21
This commit is contained in:
parent
339ec1807a
commit
2be589b903
2 changed files with 3 additions and 1 deletions
|
|
@ -107,6 +107,8 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Build Electron app
|
||||
env:
|
||||
CSC_NAME: '3rd Party Mac Developer Application: Johannes Millan (363FAFK383)'
|
||||
run: npm run dist:mac:mas:buildOnly
|
||||
|
||||
- run: ls .tmp/app-builds
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ mac:
|
|||
- universal
|
||||
|
||||
mas:
|
||||
notarize: true
|
||||
type: distribution
|
||||
appId: com.super-productivity.app
|
||||
category: public.app-category.productivity
|
||||
icon: build/icon-mac.icns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue