SpacingBat3 / ReForged

A set of :electron: Electron Forge tools, makers and publishers.
https://spacingbat3.github.io/ReForged/
Other
26 stars 7 forks source link

Drop `fs.promises.cp` use. #1

Closed TheTrio closed 2 years ago

TheTrio commented 2 years ago

Running the latest Webcord AppImage gives the following error

/tmp/.mount_WebCorGCZ75f/usr/bin//../lib/webcord/webcord: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory

SpacingBat3 commented 2 years ago

It seems that regenerating the build in WebCord fixed an issue (at least for x64 builds) – however it still gives me some thoughts that I need to add a code that will verify if directory structure is correct and otherwise retry to copy files again.

TheTrio commented 2 years ago

Yes, the latest build works. Thanks!