#How do you package a 3rd party command exe with build
9 messages · Page 1 of 1 (latest)
Thanks that worked. Is there way to tell the path difference between dev and prod without using the env var? Seems like dev starts at ./assets/ but prod starts at ./resources/assets/
Control your application's event lifecycle.
Cheers
I'm running on a similar issue, how do you add files as resources?
I think it's with extraResources on electron-builder config:
https://www.electron.build/configuration/contents#extraresources
I solved it using electron-forge and unpackDir config