Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EROFS: read-only file system on .plist #120

Open
Nashorn opened this issue Mar 3, 2021 · 2 comments
Open

EROFS: read-only file system on .plist #120

Nashorn opened this issue Mar 3, 2021 · 2 comments

Comments

@Nashorn
Copy link

Nashorn commented Mar 3, 2021

I am using an auto-update api for an electron app. Grabs latest .zipped up .app from server, downloads and extracts it to overwrite the existing .app. It works fine on my osx, but when another user on a diff machine runs the update, the extraction fails with an error:
EROFS: read-only file system on .plist

It is not able to extract and overwrite the contents of the existing .app because .plist seems to be read-only for other users.

Any solution?

@Nashorn
Copy link
Author

Nashorn commented Mar 6, 2021

UPDATE:
This is due to osx Sierra AppTranslocation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant