You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
First of all thanks for your work on exiftool-vendored, its a great library and a huge help to me!
So I'm using Electron and in development exiftool-vendored is working perfectly. However when I build for production and attempt to write to a file I'm getting the following errors in the console:
I'm using exiftool-vendored version 4.18.1 and running on Ubuntu
Cheers
The text was updated successfully, but these errors were encountered:
There is so much flexibility and no clear standard in packaging Electron apps, and a lot of sharp bits to poke you. It took me a while to get the right combination of electron packaging (I am using electron-builder ), webpack config, asar exclusions, and __dirname workarounds to make everything work cross-platform. Electron isn't quite the "everything just works" solution it advertises, unfortunately.
Good luck! If you want to contribute a wiki page describing how you got your app working, the wiki should be open to your edits, and you contributions would be most welcome!
(Hint: exclude exiftool-vendored.pl and exiftool-vendored.exe from asar)
Hi there,
First of all thanks for your work on exiftool-vendored, its a great library and a huge help to me!
So I'm using Electron and in development exiftool-vendored is working perfectly. However when I build for production and attempt to write to a file I'm getting the following errors in the console:
I'm using exiftool-vendored version
4.18.1
and running on UbuntuCheers
The text was updated successfully, but these errors were encountered: