Skip to content

Commit

Permalink
(feat) update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Dec 4, 2015
1 parent 03826fe commit 8eac17b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,6 @@
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>1</integer>
<key>script</key>
<string>python drive_launcher.py "{query}"</string>
<key>type</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
<key>uid</key>
<string>AA12A00A-5FE2-4B3A-A097-7AE9E1753D5E</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -109,7 +90,7 @@
<key>text</key>
<string>{query}</string>
<key>title</key>
<string>Drive</string>
<string>Google Drive</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
Expand All @@ -118,6 +99,25 @@
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>1</integer>
<key>script</key>
<string>python drive_launcher.py "{query}"</string>
<key>type</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
<key>uid</key>
<string>AA12A00A-5FE2-4B3A-A097-7AE9E1753D5E</string>
<key>version</key>
<integer>0</integer>
</dict>
</array>
<key>readme</key>
<string></string>
Expand Down

0 comments on commit 8eac17b

Please sign in to comment.