mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Changing the application name generates an error during the build process. (Trying to troubleshoot a problem with Kaspersky AV) #2513
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 29, 2024).
Bug Description
Some time ago it was possible to change the name of the RustDesk application's executable to whatever name we wanted, according to this tutorial https://github.com/CW3MH6/rustdesk-customization... The name "RustDesk" in the executable never bothered me. However, I have been experiencing some issues with Kaspersky Antivirus on my clients. I wanted to do an experiment, renaming the application name (including the rustdesk.exe executable) to see if this eliminates the AV problem. However, when I do the procedures to change the name of the executable, it generates an error during the build process. I would like to know if it is still possible to change the name of the application and what is the correct procedure?
How to Reproduce
Change the application name from RustDesk to any other desired name, as per the instructions in the document https://github.com/CW3MH6/rustdesk-customization
Expected Behavior
The build process stops due to error below:
Operating system(s) on local side and remote side
Windows 11
RustDesk Version(s) on local side and remote side
1.2.4 (Nightly)
Screenshots
Additional Context
.
@rustdesk commented on GitHub (Feb 29, 2024):
#763