mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-02 10:52:26 +02:00
This does two things related to search paths: - also search for webapp symlink in the case of packaged applications (e.g. Archlinux used to provide a symlink this way, linking to a riot-web copy installed elsewhere, instead of creating an asar of it) - also take dirname(asarPath) as a valid resources path, as this is how riot-desktop currently is packaged. Fixes vector-im/riot-web#13190.