We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using electron to update my.app the prompt will be shown.
Beacuse I am a frontend developer, I don't know the code written by OC or C++.
I have searched the check writable code
NSURL *targetURL = NSRunningApplication.currentApplication.bundleURL; BOOL targetWritable = [self canWriteToURL:targetURL]; BOOL parentWritable = [self canWriteToURL:targetURL.URLByDeletingLastPathComponent];
That means targetWritable or parentWritable is false.
targetWritable
parentWritable
Assuming that my App is in Applications folder named Super built by electron.
Applications
Super
I want to know which directory is not writable.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using electron to update my.app the prompt will be shown.
Beacuse I am a frontend developer, I don't know the code written by OC or C++.
I have searched the check writable code
That means
targetWritable
orparentWritable
is false.Assuming that my App is in
Applications
folder namedSuper
built by electron.I want to know which directory is not writable.
Thanks
The text was updated successfully, but these errors were encountered: