|
1 | 1 | appId: com.electron.app
|
2 | 2 | productName: core-seeder
|
3 | 3 | directories:
|
4 |
| - buildResources: build |
| 4 | + buildResources: build |
5 | 5 | files:
|
6 |
| - - "!**/.vscode/*" |
7 |
| - - "!src/*" |
8 |
| - - "!electron.vite.config.{js,ts,mjs,cjs}" |
9 |
| - - "!{.eslintignore,eslint.config.{js,ts,mjs,cjs},.eslintrc.cjs,.prettierignore,.prettierrc.yaml,tailwind.config.{js,ts,mjs,cjs},postcss.config.{js,ts,mjs,cjs},dev-app-update.yml,CHANGELOG.md,README.md}" |
10 |
| - - "!{.env,.env.*,.npmrc,pnpm-lock.yaml}" |
11 |
| - - "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}" |
12 |
| - - "!http_cache.sqlite" # Ignore shiinobi |
| 6 | + - "!**/.vscode/*" |
| 7 | + - "!src/*" |
| 8 | + - "!electron.vite.config.{js,ts,mjs,cjs}" |
| 9 | + - "!{.eslintignore,eslint.config.{js,ts,mjs,cjs},.eslintrc.cjs,.prettierignore,.prettierrc.yaml,tailwind.config.{js,ts,mjs,cjs},postcss.config.{js,ts,mjs,cjs},dev-app-update.yml,CHANGELOG.md,README.md}" |
| 10 | + - "!{.env,.env.*,.npmrc,pnpm-lock.yaml}" |
| 11 | + - "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}" |
| 12 | + - "!http_cache.sqlite" # Ignore shiinobi |
13 | 13 | asarUnpack:
|
14 |
| - - resources/** |
| 14 | + - resources/** |
15 | 15 | win:
|
16 |
| - executableName: core-seeder |
| 16 | + executableName: core-seeder |
17 | 17 | nsis:
|
18 |
| - artifactName: ${name}-${version}-setup.${ext} |
19 |
| - shortcutName: ${productName} |
20 |
| - uninstallDisplayName: ${productName} |
21 |
| - createDesktopShortcut: always |
| 18 | + artifactName: ${name}-${version}-setup.${ext} |
| 19 | + shortcutName: ${productName} |
| 20 | + uninstallDisplayName: ${productName} |
| 21 | + createDesktopShortcut: always |
22 | 22 | mac:
|
23 |
| - entitlementsInherit: build/entitlements.mac.plist |
24 |
| - extendInfo: |
25 |
| - - NSCameraUsageDescription: Application requests access to the device's camera. |
26 |
| - - NSMicrophoneUsageDescription: Application requests access to the device's microphone. |
27 |
| - - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. |
28 |
| - - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. |
29 |
| - notarize: false |
| 23 | + entitlementsInherit: build/entitlements.mac.plist |
| 24 | + extendInfo: |
| 25 | + - NSCameraUsageDescription: Application requests access to the device's camera. |
| 26 | + - NSMicrophoneUsageDescription: Application requests access to the device's microphone. |
| 27 | + - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. |
| 28 | + - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. |
| 29 | + notarize: false |
30 | 30 | dmg:
|
31 |
| - artifactName: ${name}-${version}.${ext} |
| 31 | + artifactName: ${name}-${version}.${ext} |
32 | 32 | linux:
|
33 |
| - target: |
34 |
| - - AppImage |
35 |
| - - snap |
36 |
| - - deb |
37 |
| - maintainer: electronjs.org |
38 |
| - category: Utility |
| 33 | + target: |
| 34 | + - AppImage |
| 35 | + - snap |
| 36 | + - deb |
| 37 | + maintainer: electronjs.org |
| 38 | + category: Utility |
39 | 39 | appImage:
|
40 |
| - artifactName: ${name}-${version}.${ext} |
| 40 | + artifactName: ${name}-${version}.${ext} |
41 | 41 | npmRebuild: false
|
42 | 42 | publish:
|
43 |
| - provider: generic |
44 |
| - url: https://example.com/auto-updates |
| 43 | + provider: generic |
| 44 | + url: https://example.com/auto-updates |
45 | 45 | electronDownload:
|
46 |
| - mirror: https://npmmirror.com/mirrors/electron/ |
| 46 | + mirror: https://npmmirror.com/mirrors/electron/ |
0 commit comments