mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
rustc compiling errors missing files #3614
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#3614
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 @g10devcode on GitHub (Aug 27, 2025).
Bug Description
\libs\portable\src\bin_reader.rs
Line 8 include_bytes!("../data.bin")
data.bin file is missing?
libs\portable\src\main.rs
Line 15 include_bytes!("../app_metadata.toml")
app_metadata.toml file is missing?
How to Reproduce
run rustc directly with these rs files
Expected Behavior
error check should pass
Operating system(s) on local (controlling) side and remote (controlled) side
windows 11
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.1
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Aug 27, 2025):
#763