Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Rebuild the .alfredworkflow fixing an issue with no scenes enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bieg authored and Christian Bieg committed Dec 15, 2016
1 parent 47bae13 commit ae6c083
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified LIFred.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'plist'
config_file = 'config.yml'


workflow_home=File.expand_path("~/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows")
workflow_home=File.expand_path("~/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows")

$config = YAML.load_file(config_file)
$config["bundleid"] = "#{$config["domain"]}.#{$config["id"]}"
Expand Down
2 changes: 1 addition & 1 deletion workflow/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MORE_INFO_WEBSITE = 'http://github.com/0x6368/lifred'

VERSION = 1.01
VERSION = 1.02

HTTP_API_URL = 'https://api.lifx.com/v1/';

Expand Down

0 comments on commit ae6c083

Please sign in to comment.