-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Hello,
I've used following chromium args in my app
"chromium-args": "--user-data-dir='./datadir/' "
Whenever a user opens my app, it checks if datadir exists in current folder or else it create's one.
so what happens right now is once the app latest version is downloaded to tmp, it opens the app and since datadir is not situated in the current dir , it will create new datadir folder inside tmp/App.
I would like to avoid this scenario. If there is a way to tell it to use datadir from original app folder.
Probably passing it to runInstaller?
Any help?
Metadata
Metadata
Assignees
Labels
No labels