Conversation
| ("glob", ".anydesk*/*", from_user_home), | ||
| ("path", "/var/log/anydesk.trace"), | ||
| # RustDesk - Windows | ||
| ("path", "sysvol/ProgramData/RustDesk"), |
There was a problem hiding this comment.
Where'd this one go? Our parser for it suggests that server logs are stored here. @lhaagsma?
There was a problem hiding this comment.
I did a full install on 2 machines, used RustDesk to connect them. On both hosts, no C:\ProgramData\RustDesk. But just say the word and I'll add it back in.
There was a problem hiding this comment.
Not sure based on what I added this path. Perhaps I added this path 'just to be sure' as I believe Anydesk does store data there and the two are very similar.
There was a problem hiding this comment.
If there's no evidence that RustDesk actually stores data there then I think it's fine to remove it.
|
Fixed the artifact types. Lmk if you want me to remove the RustDesk path from |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
==========================================
- Coverage 44.93% 44.89% -0.05%
==========================================
Files 26 26
Lines 3527 3535 +8
==========================================
+ Hits 1585 1587 +2
- Misses 1942 1948 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yeah that might be nice for consistency. |
closes #258
closes #155
closes #180
Initially just wanted to add RustDesk paths, but noticed some easy to fix issues so added those as well.
Looking at the RustDesk Github Page, I noticed that some files would not get collected with the current config. This PR should fix that.