chore: make mas dev work now...

This commit is contained in:
Johannes Millan 2019-10-08 04:46:10 +02:00
parent 3016a0dc23
commit c4ec6c006b
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
appId: superProductivity
#afterSign: build/scripts/notarize.js
afterSign: build/scripts/notarize.js
files:
- electron/**/*
- "!electron/**/*.ts"
@ -23,10 +23,8 @@ mac:
- mas-dev
mas:
type: development
category: public.app-category.productivity
entitlements: build/entitlements.mas.plist
entitlementsInherit: build/entitlements.mas.inherit.plist
provisioningProfile: embedded.provisionprofile
icon: build/icon.icns
hardenedRuntime: true

View file

@ -45,7 +45,7 @@
"dist:win:only": "electron-builder --win",
"dist:mac:dl": "cp dl.provisionprofile embedded.provisionprofile && electron-builder --mac",
"dist:mac:mas": "cp mas.provisionprofile embedded.provisionprofile; electron-builder --mac --config=build/electron-builder.mas.yaml",
"dist:mac:mas:dev": "cp mas.provisionprofile embedded.provisionprofile; electron-builder --mac --config=build/electron-builder.mas-dev.yaml",
"dist:mac:mas:dev": "cp mas-dev.provisionprofile embedded.provisionprofile; electron-builder --mac --config=build/electron-builder.mas-dev.yaml",
"release": "yarn release.changelog && yarn dist",
"release.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"version": "yarn release.changelog && git add -A",