Skip to content

Commit

Permalink
Merge pull request #4 from tomoyukikashiro/fix/nfd
Browse files Browse the repository at this point in the history
fixed #3
  • Loading branch information
tomoyukikashiro committed Oct 20, 2019
2 parents 4a4663c + 48df0d2 commit 20b0c8f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<key>argumenttype</key>
<integer>0</integer>
<key>escaping</key>
<integer>0</integer>
<integer>102</integer>
<key>keyword</key>
<string>dp</string>
<key>queuedelaycustom</key>
Expand All @@ -75,7 +75,8 @@
<key>runningsubtext</key>
<string>Loading</string>
<key>script</key>
<string></string>
<string>query=`echo $1 | iconv -f UTF-8-MAC -t UTF-8`
python main.py $query</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand All @@ -85,7 +86,7 @@
<key>title</key>
<string>search dropbox paper</string>
<key>type</key>
<integer>8</integer>
<integer>0</integer>
<key>withspace</key>
<true/>
</dict>
Expand Down Expand Up @@ -119,7 +120,7 @@
<key>variables</key>
<dict>
<key>token</key>
<string>zJ7AHYQAgwcAAAAAAAAGSYEqDbr-seWZCHqoZkSUck65Fy8Xg1jD2mnG7EEDo3OV</string>
<string></string>
</dict>
<key>variablesdontexport</key>
<array>
Expand Down

0 comments on commit 20b0c8f

Please sign in to comment.