chore: fix some typos in comment (#12102)

Signed-off-by: largemouth <largemouth@aliyun.com>
This commit is contained in:
largemouth 2025-06-17 22:02:35 +09:00 committed by GitHub
parent 57b826c56b
commit 8754579181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<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="&apos;Y&apos;" />
<Property Id="LAUNCH_TRAY_APP" Value="Y" />

View File

@ -49,7 +49,7 @@ def make_parser():
"--dist-dir",
type=str,
default="../../rustdesk",
help="The dist direcotry to install.",
help="The dist directory to install.",
)
parser.add_argument(
"--arp",