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

Minor change for handling users' layout files #22

Merged
merged 1 commit into from
Feb 20, 2018

Conversation

omriza
Copy link
Contributor

@omriza omriza commented Feb 17, 2018

The script now first checks for existence of a user layout file in the path defined in info.plist

my $layouts_file = './Data/de.leanovate.alfred.layout/layouts.yaml';

$layouts_file_legacy = expand_tilde($layouts_file_legacy);

if ( -f $layouts_file ) {
if ( -f $layouts_file_user ) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, the path defined in info.plist will have the 1st priority, then Alfred 3's relative path and finally Alfred 2's path.

@untoldwind untoldwind merged commit 0b03e31 into untoldwind:master Feb 20, 2018
@untoldwind
Copy link
Owner

Unluckily I'm only able to package this on weekends

@untoldwind
Copy link
Owner

Should now be packaged and published

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

Successfully merging this pull request may close these issues.

2 participants