mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Building RustDesk to produce executables like the official releases doesn't work #459
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#459
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 @davidramiro on GitHub (Jun 2, 2022).
First of all, thanks a lot for this project.
Describe the bug you encountered:
Building as per tutorial won't produce release files as expected. (Yes, I have sciter.dll file present in build directory)
Building with
cargo runruns the app fine. Building withcargo run --releasebuilds an executable file, that will not work on its own. It will show a blank screen. I have found out, that you can fix this by manually puttinguifolder into build folder.I have looked into
build.pyand the docs on here. I tried the following:Created
resourcesfolder, put insrc/uiandsciter.dll. Usedcargo build --features with_rc. Executable works, but it shows a console window in addition.How to build a single executable that will just show the app, no console, got everything linked? I searched through all the issues, but no definitive answer.
Are there any build commands I am missing?
How did you install
RustDesk?Built from source. Tried latest
masterand1.1.9tag.Environment
Same behaviour on Arch Linux and Windows 10. I have yet to test mac OS, will do later.
@rustdesk commented on GitHub (Jun 2, 2022):
https://github.com/rustdesk/rustdesk/issues/501#issuecomment-1125596473