IdealChain / signal-media-exporter

A script to export media files from Signal Desktop.
GNU General Public License v3.0
31 stars 10 forks source link

Fix paths for using Windows signal desktop library on Linux #9

Closed watercrossing closed 3 years ago

watercrossing commented 3 years ago

Signal-media-exporter can't be used natively on Windows (as sqlcipher3 is not available as a binary, and compilation is not trivial apparently). However it works just fine using WSL after applying this patch.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

IdealChain commented 3 years ago

Nice, thank you! I never even tried it on WSL, but it's good to know that it now works.