mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 09:31:29 +03:00
chore: fix some typos in comment (#12102)
Signed-off-by: largemouth <largemouth@aliyun.com>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user