| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "productName": "ZhiHuiYin",
- "appId": "valimart",
- "copyright": "valimart",
- "directories": {
- "output": "out"
- },
- "asar": true,
- "files": [
- "**/*",
- "dev-app-update.yml",
- "!frontend/",
- "!run/",
- "!logs/",
- "!go/",
- "!python/",
- "!data/"
- ],
- "extraResources": {
- "from": "build/extraResources/",
- "to": "extraResources"
- },
- "nsis": {
- "oneClick": false,
- "allowElevation": true,
- "allowToChangeInstallationDirectory": true,
- "installerIcon": "build/icons/icon.ico",
- "uninstallerIcon": "build/icons/icon.ico",
- "installerHeaderIcon": "build/icons/icon.ico",
- "createDesktopShortcut": true,
- "createStartMenuShortcut": true,
- "shortcutName": "智惠映AI自动拍照机"
- },
- "publish": [
- {
- "provider": "generic",
- "url": "https://github.com/wallace5303/electron-egg"
- }
- ],
- "mac": {
- "icon": "build/icons/icon.icns",
- "artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
- "darkModeSupport": true,
- "hardenedRuntime": false
- },
- "win": {
- "icon": "build/icons/icon.ico",
- "artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
- "target": [
- {
- "target": "nsis"
- }
- ]
- },
- "linux": {
- "icon": "build/icons",
- "artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
- "target": [
- "deb"
- ],
- "category": "Utility"
- }
- }
|