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
I notice in the node_modules directory (in app.asar), all package.json files have an "_args" array which contains as the second arguments a directory local to my system.
This way it's not possible for me to build the app on multiple computers, and get the same md5 hash from the resulting app executable. (Because location is different (other username), on another computer, for example).
Being able to verify the build on different computers is however very important. Can something be done about this?