Y
Hacker News
new
|
ask
|
show
|
jobs
by
f2n
2967 days ago
So let's say I'm able to run HTML in Signal Desktop. How do I include an arbitrary script without getting the user to download the script first?
1 comments
aegarbutt
2967 days ago
If I remember correctly, on Windows you can reference file://<IP-Address>/path/to/file
Thanks SMB / UNC Paths.
link
aegarbutt
2967 days ago
For reference:
https://github.com/electron/electron/issues/5151
link
Thanks SMB / UNC Paths.