Skip to content

How to pass user-data-dir path? #114

Description

@ngrj

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions