mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
51 lines
892 B
YAML
51 lines
892 B
YAML
appId: superProductivity
|
|
files:
|
|
- electron/**/*
|
|
- "!electron/**/*.ts"
|
|
- "!electron/**/*.js.map"
|
|
- dist/**/*
|
|
directories:
|
|
output: "./app-builds"
|
|
|
|
win:
|
|
target:
|
|
- nsis
|
|
- portable
|
|
publish:
|
|
- github
|
|
appx:
|
|
applicationId: SuperProductivity
|
|
displayName: Super Productivity
|
|
publisherDisplayName: johannesjo
|
|
publisher: CN=___-___
|
|
identityName: ___johannesjo.SuperProductivity
|
|
linux:
|
|
category: Utility
|
|
target:
|
|
- AppImage
|
|
- snap
|
|
- deb
|
|
publish:
|
|
- github
|
|
snap:
|
|
grade: stable
|
|
stagePackages:
|
|
- default
|
|
-
|
|
mac:
|
|
category: public.app-category.productivity
|
|
entitlements: build/entitlements.mac.plist
|
|
icon: build/icon.icns
|
|
publish:
|
|
- github
|
|
target:
|
|
- pkg
|
|
- dmg
|
|
- zip
|
|
- mas
|
|
|
|
mas:
|
|
type: distribution
|
|
category: public.app-category.productivity
|
|
entitlements: build/entitlements.mas.plist
|
|
icon: build/icon.icns
|