Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If sync folder is set, install script doesn't work #94

Open
jgogstad opened this issue Mar 8, 2018 · 2 comments
Open

If sync folder is set, install script doesn't work #94

jgogstad opened this issue Mar 8, 2018 · 2 comments

Comments

@jgogstad
Copy link

jgogstad commented Mar 8, 2018

I had set my "Syncing" directory (under Alfred Preferences->Advanced) to a custom folder I use for backups. If this directory is set, Alfred looks there for workflows, not in the default ~/Library/Application Support/… directory. Thus it finds no jira workflow after following the installation instructions.

I suggest that you (ideally) update the install script to figure the correct place to put the symlink, or just update the docs.

@altryne
Copy link

altryne commented Mar 22, 2019

Any help on this? Having the same isse

@steyep
Copy link
Owner

steyep commented Mar 23, 2019

The installation script looks for Alfred preferences in five common directories:

"$HOME/Dropbox"
"$HOME/Library/Mobile Documents/com~apple~CloudDocs"
"$HOME/Google Drive"
"$HOME/Library/Application Support/Alfred 3"
"$HOME/Library/Application Support/Alfred 2"

If you use a different directory, you can do that by passing the directory to the build script as the first parameter:

npm run build /alternate/path/to/directory

If that still doesn't work, please update this ticket to let me know. But I agree, I should definitely mention that in the docs.

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

No branches or pull requests

3 participants