mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-07-01 07:25:28 +00:00
chore: fix some typos in comment (#12102)
Signed-off-by: largemouth <largemouth@aliyun.com>
This commit is contained in:
parent
57b826c56b
commit
8754579181
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<Property Id="AddRemovePropertiesFile" Value="1" />
|
<Property Id="AddRemovePropertiesFile" Value="1" />
|
||||||
|
|
||||||
<!--STOP_SERVICE is set to 'Y'. Because the cofig value may be empty or 'Y'-->
|
<!--STOP_SERVICE is set to 'Y'. Because the config value may be empty or 'Y'-->
|
||||||
<Property Id="STOP_SERVICE" Value="'Y'" />
|
<Property Id="STOP_SERVICE" Value="'Y'" />
|
||||||
|
|
||||||
<Property Id="LAUNCH_TRAY_APP" Value="Y" />
|
<Property Id="LAUNCH_TRAY_APP" Value="Y" />
|
||||||
|
@ -49,7 +49,7 @@ def make_parser():
|
|||||||
"--dist-dir",
|
"--dist-dir",
|
||||||
type=str,
|
type=str,
|
||||||
default="../../rustdesk",
|
default="../../rustdesk",
|
||||||
help="The dist direcotry to install.",
|
help="The dist directory to install.",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--arp",
|
"--arp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user