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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: