Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rustdesk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李朝发
rustdesk
Commits
b83b2962
Commit
b83b2962
authored
Jun 12, 2022
by
rustdesk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
https://github.com/rustdesk/rustdesk/issues/580
parent
4f32c9e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.py
build.py
+1
-1
common.rs
src/common.rs
+1
-1
No files found.
build.py
View file @
b83b2962
...
...
@@ -132,7 +132,7 @@ def main():
'target
\\
release
\\
rustdesk.exe'
)
else
:
print
(
'Not signed'
)
os
.
system
(
f
'cp -rf target/release/RustDesk.exe rustdesk-{version}-
putes
.exe'
)
os
.
system
(
f
'cp -rf target/release/RustDesk.exe rustdesk-{version}-
setdown
.exe'
)
elif
os
.
path
.
isfile
(
'/usr/bin/pacman'
):
os
.
system
(
'cargo build --release --features inline'
)
os
.
system
(
'git checkout src/ui/common.tis'
)
...
...
src/common.rs
View file @
b83b2962
...
...
@@ -493,7 +493,7 @@ pub fn is_ip(id: &str) -> bool {
}
pub
fn
is_setup
(
name
:
&
str
)
->
bool
{
name
.to_lowercase
()
.ends_with
(
"
putes
.exe"
)
||
name
.to_lowercase
()
.ends_with
(
"安装.exe"
)
name
.to_lowercase
()
.ends_with
(
"
setdown
.exe"
)
||
name
.to_lowercase
()
.ends_with
(
"安装.exe"
)
}
pub
fn
get_uuid
()
->
Vec
<
u8
>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment