mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
how to build windows exe? #43
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#43
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 @vjeson on GitHub (Jun 3, 2021).
I run ,cargo build --release ,and run the grenerated rustdesk.exe ,only get the blank screen with console.

@rustdesk commented on GitHub (Jun 3, 2021):
take care of sciter tis/html/css files
@rustdesk commented on GitHub (Jun 3, 2021):
#33 duplicate
@july008 commented on GitHub (Jul 31, 2021):
copy src\ui*.* target\release\src\ui*.*
copy src\ui*.* target\debug\src\ui*.*
@albertoVieiraNeto commented on GitHub (Aug 20, 2021):
hi, copied the files and indeed works, but how can i get rid of the console? the ideal would be just the windows to be open.
platform: windows