You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/app-builder-lib/scheme.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1965,7 +1965,7 @@
1965
1965
"description": "The executable parameters. Pass to executableName"
1966
1966
},
1967
1967
"executableName": {
1968
-
"description": "The executable name. Defaults to `productName`.",
1968
+
"description": "The executable name. Defaults to `productName`\nNote: Except for Linux, where this would constitute a breaking change in previous behavior and lead to both invalid executable names and Desktop files. Ref comments in: https://github.com/electron-userland/electron-builder/pull/9068",
1969
1969
"type": [
1970
1970
"null",
1971
1971
"string"
@@ -2659,7 +2659,7 @@
2659
2659
]
2660
2660
},
2661
2661
"executableName": {
2662
-
"description": "The executable name. Defaults to `productName`.",
2662
+
"description": "The executable name. Defaults to `productName`\nNote: Except for Linux, where this would constitute a breaking change in previous behavior and lead to both invalid executable names and Desktop files. Ref comments in: https://github.com/electron-userland/electron-builder/pull/9068",
2663
2663
"type": [
2664
2664
"null",
2665
2665
"string"
@@ -3294,7 +3294,7 @@
3294
3294
]
3295
3295
},
3296
3296
"executableName": {
3297
-
"description": "The executable name. Defaults to `productName`.",
3297
+
"description": "The executable name. Defaults to `productName`\nNote: Except for Linux, where this would constitute a breaking change in previous behavior and lead to both invalid executable names and Desktop files. Ref comments in: https://github.com/electron-userland/electron-builder/pull/9068",
3298
3298
"type": [
3299
3299
"null",
3300
3300
"string"
@@ -6605,7 +6605,7 @@
6605
6605
]
6606
6606
},
6607
6607
"executableName": {
6608
-
"description": "The executable name. Defaults to `productName`.",
6608
+
"description": "The executable name. Defaults to `productName`\nNote: Except for Linux, where this would constitute a breaking change in previous behavior and lead to both invalid executable names and Desktop files. Ref comments in: https://github.com/electron-userland/electron-builder/pull/9068",
6609
6609
"type": [
6610
6610
"null",
6611
6611
"string"
@@ -7380,7 +7380,7 @@
7380
7380
]
7381
7381
},
7382
7382
"executableName": {
7383
-
"description": "The executable name. Defaults to `productName`.",
7383
+
"description": "The executable name. Defaults to `productName`\nNote: Except for Linux, where this would constitute a breaking change in previous behavior and lead to both invalid executable names and Desktop files. Ref comments in: https://github.com/electron-userland/electron-builder/pull/9068",
* Note: Except for Linux, where this would constitute a breaking change in previous behavior and lead to both invalid executable names and Desktop files. Ref comments in: https://github.com/electron-userland/electron-builder/pull/9068
0 commit comments