mirror of https://github.com/lukechilds/polar.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.0 KiB
56 lines
1.0 KiB
{
|
|
"appId": "com.lightningditto.app",
|
|
"productName": "Ditto",
|
|
"copyright": "Copyright © 2019 ${author}",
|
|
"artifactName": "ditto-${os}-${arch}-v${version}.${ext}",
|
|
"files": ["build/**/*", "node_modules/**/*"],
|
|
"directories": {
|
|
"buildResources": "assets"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.utilities",
|
|
"target": ["dmg", "zip"]
|
|
},
|
|
"dmg": {
|
|
"contents": [
|
|
{
|
|
"x": 130,
|
|
"y": 220
|
|
},
|
|
{
|
|
"x": 410,
|
|
"y": 220,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
]
|
|
},
|
|
"win": {
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": ["x64", "ia32"]
|
|
}
|
|
]
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
{
|
|
"target": "deb",
|
|
"arch": ["x64", "ia32"]
|
|
},
|
|
{
|
|
"target": "AppImage",
|
|
"arch": ["x64", "ia32"]
|
|
}
|
|
],
|
|
"category": "Development"
|
|
},
|
|
"publish": {
|
|
"provider": "github",
|
|
"owner": "jamaljsr",
|
|
"repo": "ditto",
|
|
"private": false
|
|
},
|
|
"extends": null
|
|
}
|
|
|