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
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -235,14 +235,16 @@ If interfacing with the external file system is a requirement for your applicati
235
235
236
236
237
237
### Electron File System Layout
238
-
Varies according to OS and installation method.
238
+
Varies according to the Operating System. The installation method also has an impact on the file path and where it is installed. The file path will be different if you're running it using the command `cordova run electron --nobuild` (debug) or if you've published to a store and running the program through the app installed from the store. The list can be expanded.
239
+
240
+
_Note: The current Linux file paths are tested in Ubuntu and might be different depending on the distribution of linux_
0 commit comments