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