File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Set the width of the application window. Default is `1200px`.
93
93
94
94
#### [ transparent]
95
95
96
- Enable or disable immersive header. Default is ` false ` . Use the following command to enable this feature.
96
+ Enable or disable immersive header. Default is ` false ` . Use the following command to enable this feature, macOS only .
97
97
98
98
``` shell
99
99
--transparent
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ pake [url] [options]
69
69
指定应用程序的图标,支持本地或远程文件。默认使用 Pake 的内置图标。您可以访问 [ icon-icons] ( https://icon-icons.com )
70
70
或 [ macOSicons] ( https://macosicons.com/#/ ) 下载自定义图标。
71
71
72
- - MacOS 要求使用 ` .icns ` 格式。
72
+ - macOS 要求使用 ` .icns ` 格式。
73
73
- Windows 要求使用 ` .ico ` 格式。
74
74
- Linux 要求使用 ` .png ` 格式。
75
75
@@ -95,7 +95,7 @@ pake [url] [options]
95
95
96
96
#### [ transparent]
97
97
98
- 设置是否启用沉浸式头部,默认为 ` false ` (不启用)。在 MacOS 上推荐启用此选项 。
98
+ 设置是否启用沉浸式头部,默认为 ` false ` (不启用)。当前只对 macOS 上有效 。
99
99
100
100
``` shell
101
101
--transparent
@@ -111,7 +111,7 @@ pake [url] [options]
111
111
112
112
#### [ multi-arch]
113
113
114
- 设置打包结果同时支持 Intel 和 M1 芯片,仅适用于 MacOS ,默认为 ` false ` 。
114
+ 设置打包结果同时支持 Intel 和 M1 芯片,仅适用于 macOS ,默认为 ` false ` 。
115
115
116
116
##### 准备工作
117
117
@@ -153,7 +153,7 @@ Linux,默认为 `all`。
153
153
154
154
#### [ show-menu]
155
155
156
- 设置是否显示菜单栏,默认不显示。在 MacOS 上推荐启用此选项。
156
+ 设置是否显示菜单栏,默认不显示。在 macOS 上推荐启用此选项。
157
157
158
158
``` shell
159
159
--show-menu
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export async function mergeConfig(
121
121
fileExt : '.icns' ,
122
122
path : `icons/${ name . toLowerCase ( ) } .icns` ,
123
123
defaultIcon : 'icons/icon.icns' ,
124
- message : 'MacOS icon must be .icns type.' ,
124
+ message : 'macOS icon must be .icns type.' ,
125
125
} ,
126
126
} ;
127
127
const iconInfo = platformIconMap [ platform ] ;
You can’t perform that action at this time.
0 commit comments