mirror of
https://github.com/purocean/yn.git
synced 2026-09-01 15:37:16 +08:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"appId": "yank.note",
|
|
"productName": "Yank Note",
|
|
"copyright": "Copyright 2018-2021 purocean@outlook.com",
|
|
"asar": true,
|
|
"asarUnpack": [
|
|
"bin/**/*",
|
|
"help/**/*",
|
|
"dist/main/resources/**/*",
|
|
"node_modules/plantuml-pipe/**/*",
|
|
"node_modules/node-pty/**/*"
|
|
],
|
|
"files": [
|
|
"./bin/**",
|
|
"./help/**",
|
|
"./dist/**"
|
|
],
|
|
"artifactName": "Yank-Note-${os}-${arch}-${version}.${ext}",
|
|
"directories": {
|
|
"output": "./out/"
|
|
},
|
|
"npmRebuild": false,
|
|
"win": {
|
|
"target": [
|
|
"zip",
|
|
"nsis"
|
|
],
|
|
"icon": "./build/icon.ico"
|
|
},
|
|
"linux": {
|
|
"executableName": "yank-note",
|
|
"category": "Markdown",
|
|
"maintainer": "purocean <purocean@outlook.com>",
|
|
"icon": "./build/icon.icns",
|
|
"target": [
|
|
"deb"
|
|
]
|
|
},
|
|
"mac": {
|
|
"icon": "./build/icon.icns",
|
|
"gatekeeperAssess": false,
|
|
"hardenedRuntime": true,
|
|
"entitlements": "build/entitlements.mac.plist",
|
|
"entitlementsInherit": "build/entitlements.mac.plist",
|
|
"binaries": [
|
|
"out/mac/Yank Note.app/Contents/Resources/app.asar.unpacked/bin/darwin-pandoc-2.14.2"
|
|
],
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
]
|
|
},
|
|
"afterSign": "scripts/notarize.js",
|
|
"nsis": {
|
|
"perMachine": false
|
|
}
|
|
}
|