Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

make CEF cache location settable in gyp file / config script #1742

Open
gruehle opened this issue Oct 2, 2012 · 1 comment
Open

make CEF cache location settable in gyp file / config script #1742

gruehle opened this issue Oct 2, 2012 · 1 comment

Comments

@gruehle
Copy link
Member

gruehle commented Oct 2, 2012

In order for this shell to be easily used by multiple applications, we need each application to be able to configure where its CEF cache is stored. Right now, this has to be done by modifying the C++ files.

This should probably be settable in the gyp file and/or config script. Alternatively, an app name could be specified in the gyp file / config script, and that name could then be used as part of the CEF cache path.

Right now, we have it hardcoded to "Brackets" on Windows, and hardcoded to use the bundle identifier on mac. The latter is probably okay. But, if we make it parameterizable on Windows, it should work the same on both platforms (so we'll need to STOP using the bundle identifier on mac and instead use the parameter).

@ghost ghost assigned jasonsanjose Oct 2, 2012
@gruehle
Copy link
Member Author

gruehle commented Oct 2, 2012

Migrated from brackets-shell, issue 51

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants