how to build windows exe? #43

Closed
opened 2026-02-20 22:21:00 -05:00 by deekerman · 4 comments
Owner

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.
image

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. ![image](https://user-images.githubusercontent.com/2101082/120662574-d7992b00-c4bb-11eb-98b4-e547a8d689bf.png)
deekerman 2026-02-20 22:21:00 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@rustdesk commented on GitHub (Jun 3, 2021):

take care of sciter tis/html/css files

@rustdesk commented on GitHub (Jun 3, 2021): take care of sciter tis/html/css files
Author
Owner

@rustdesk commented on GitHub (Jun 3, 2021):

#33 duplicate

@rustdesk commented on GitHub (Jun 3, 2021): #33 duplicate
Author
Owner

@july008 commented on GitHub (Jul 31, 2021):

I run ,cargo build --release ,and run the grenerated rustdesk.exe ,only get the blank screen with console.
image

copy src\ui*.* target\release\src\ui*.*
copy src\ui*.* target\debug\src\ui*.*

@july008 commented on GitHub (Jul 31, 2021): > I run ,cargo build --release ,and run the grenerated rustdesk.exe ,only get the blank screen with console. > ![image](https://user-images.githubusercontent.com/2101082/120662574-d7992b00-c4bb-11eb-98b4-e547a8d689bf.png) copy src\ui\*.* target\release\src\ui\*.* copy src\ui\*.* target\debug\src\ui\*.*
Author
Owner

@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

@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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rustdesk-rustdesk#43
No description provided.