|
563 | 563 | ] |
564 | 564 | }, |
565 | 565 | "desktop": { |
566 | | - "description": "The [Desktop file](https://developer.gnome.org/integration-guide/stable/desktop-files.html.en) entries (name to value)." |
| 566 | + "description": "The [Desktop file](https://developer.gnome.org/documentation/guidelines/maintainer/integrating.html#desktop-files) entries (name to value)." |
567 | 567 | }, |
568 | 568 | "executableArgs": { |
569 | 569 | "anyOf": [ |
|
1140 | 1140 | ] |
1141 | 1141 | }, |
1142 | 1142 | "desktop": { |
1143 | | - "description": "The [Desktop file](https://developer.gnome.org/integration-guide/stable/desktop-files.html.en) entries (name to value)." |
| 1143 | + "description": "The [Desktop file](https://developer.gnome.org/documentation/guidelines/maintainer/integrating.html#desktop-files) entries (name to value)." |
1144 | 1144 | }, |
1145 | 1145 | "executableArgs": { |
1146 | 1146 | "anyOf": [ |
|
1684 | 1684 | ] |
1685 | 1685 | }, |
1686 | 1686 | "desktop": { |
1687 | | - "description": "The [Desktop file](https://developer.gnome.org/integration-guide/stable/desktop-files.html.en) entries (name to value)." |
| 1687 | + "description": "The [Desktop file](https://developer.gnome.org/documentation/guidelines/maintainer/integrating.html#desktop-files) entries (name to value)." |
1688 | 1688 | }, |
1689 | 1689 | "detectUpdateChannel": { |
1690 | 1690 | "default": true, |
|
1971 | 1971 | } |
1972 | 1972 | ], |
1973 | 1973 | "default": "AppImage", |
1974 | | - "description": "Target package type: list of `AppImage`, `snap`, `deb`, `rpm`, `freebsd`, `pacman`, `p5p`, `apk`, `7z`, `zip`, `tar.xz`, `tar.lz`, `tar.gz`, `tar.bz2`, `dir`.\n\nelectron-builder [docker image](/multi-platform-build#docker) can be used to build Linux targets on any platform.\n\nPlease [do not put an AppImage into another archive](https://github.com/probonopd/AppImageKit/wiki/Creating-AppImages#common-mistake) like a .zip or .tar.gz." |
| 1974 | + "description": "Target package type: list of `AppImage`, `flatpak`, `snap`, `deb`, `rpm`, `freebsd`, `pacman`, `p5p`, `apk`, `7z`, `zip`, `tar.xz`, `tar.lz`, `tar.gz`, `tar.bz2`, `dir`.\n\nelectron-builder [docker image](/multi-platform-build#docker) can be used to build Linux targets on any platform.\n\nPlease [do not put an AppImage into another archive](https://github.com/probonopd/AppImageKit/wiki/Creating-AppImages#common-mistake) like a .zip or .tar.gz." |
1975 | 1975 | }, |
1976 | 1976 | "vendor": { |
1977 | 1977 | "description": "The vendor. Defaults to [author](/configuration/configuration#Metadata-author).", |
|
2052 | 2052 | ] |
2053 | 2053 | }, |
2054 | 2054 | "desktop": { |
2055 | | - "description": "The [Desktop file](https://developer.gnome.org/integration-guide/stable/desktop-files.html.en) entries (name to value)." |
| 2055 | + "description": "The [Desktop file](https://developer.gnome.org/documentation/guidelines/maintainer/integrating.html#desktop-files) entries (name to value)." |
2056 | 2056 | }, |
2057 | 2057 | "executableArgs": { |
2058 | 2058 | "anyOf": [ |
|
2813 | 2813 | ], |
2814 | 2814 | "default": "distribution", |
2815 | 2815 | "description": "Whether to sign app for development or for distribution." |
| 2816 | + }, |
| 2817 | + "x64ArchFiles": { |
| 2818 | + "description": "Minimatch pattern of paths that are allowed to be x64 binaries in both\nASAR files\n\nThis option has no effect unless building for \"universal\" arch and applies\nonly if `mergeASARs` is `true`.", |
| 2819 | + "type": "string" |
2816 | 2820 | } |
2817 | 2821 | }, |
2818 | 2822 | "type": "object" |
|
3427 | 3431 | ], |
3428 | 3432 | "default": "distribution", |
3429 | 3433 | "description": "Whether to sign app for development or for distribution." |
| 3434 | + }, |
| 3435 | + "x64ArchFiles": { |
| 3436 | + "description": "Minimatch pattern of paths that are allowed to be x64 binaries in both\nASAR files\n\nThis option has no effect unless building for \"universal\" arch and applies\nonly if `mergeASARs` is `true`.", |
| 3437 | + "type": "string" |
3430 | 3438 | } |
3431 | 3439 | }, |
3432 | 3440 | "type": "object" |
|
5015 | 5023 | ] |
5016 | 5024 | }, |
5017 | 5025 | "desktop": { |
5018 | | - "description": "The [Desktop file](https://developer.gnome.org/integration-guide/stable/desktop-files.html.en) entries (name to value)." |
| 5026 | + "description": "The [Desktop file](https://developer.gnome.org/documentation/guidelines/maintainer/integrating.html#desktop-files) entries (name to value)." |
5019 | 5027 | }, |
5020 | 5028 | "environment": { |
5021 | 5029 | "anyOf": [ |
|
0 commit comments