1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00
This commit is contained in:
Adrian Calinescu
2021-06-28 14:18:24 +03:00
committed by GitHub
parent a62f8ef777
commit 52d5b227e2

View File

@@ -73,7 +73,7 @@ Now, change `executablePath` to reflect the path to your browser and profile (i.
executablePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', executablePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe',
``` ```
You can add `userDataDir` right after `executablePath` with the path to your browser profile path if you want that loaded as well. You can add `userDataDir` right after `executablePath` with the path to your browser profile (also shown in `chrome://version`) if you want that loaded as well.
Remember to rebuild (`npm run build`) every time you change this configuration. Remember to rebuild (`npm run build`) every time you change this configuration.