ffftp
ffftp copied to clipboard
Why does it not work under Linux?
Hi JonasGroeger
I've tested on Arch Linux 4.9.9-1 running XFCE 4.12 and all is well. Please test again your side and let us know.
I have it running on Linux, however a download would be nice. @mitchas any chance of adding a Linux release to the website?
Linux .rpm
and .deb
releases would be great! :penguin:
It's running great here, I tried to pack it with Electron-Packager-Interactive, as recommended. But with no success, unfortunately.
I just managed to make a .deb
package. After using electron-package-interactive
, I used electron-installer-debian
without any issue.
Hey @MarkRabey I tried again, and now it's working. I think the problem is that I was running yarn install instead of npm install before packaging. With npm install it's working great. Thanks.
Good to hear! :) One of the upgrades will be to move to yarn..