Skip to content

Make sure compiled app has same hash on different computers. #604

@atypicalprogrammer

Description

@atypicalprogrammer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions