Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2023
1 parent 4a103f5 commit c363f53
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
2 changes: 1 addition & 1 deletion qr-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@



![](https://img.shields.io/badge/version-v0.3-green?style=for-the-badge)
![](https://img.shields.io/badge/version-v0.4-green?style=for-the-badge)
[![](https://img.shields.io/badge/download-click-blue?style=for-the-badge)](https://github.com/alanhg/alfred-workflows/raw/master/qr-reader/QR%20Reader.alfredworkflow)
[![](https://img.shields.io/badge/plist-link-important?style=for-the-badge)](https://raw.githubusercontent.com/alanhg/alfred-workflows/master/qr-reader/src/info.plist)

Expand Down
51 changes: 23 additions & 28 deletions qr-reader/src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -353,27 +353,6 @@ echo -n $newPic</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>2</integer>
<key>keyword</key>
<string>qr</string>
<key>subtext</key>
<string>Read QR Code from the screen</string>
<key>text</key>
<string>QR Reader</string>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>498B32F7-777D-4970-B05C-FAEBBC07B17D</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -396,12 +375,7 @@ end tell
set the savePath to cacheFolderPath &amp; "/screenshot.png"
tell application "Finder"
if exists savePath then
delete savePath
end if
end tell
do shell script "rm -f " &amp; quoted form of savePath
do shell script "screencapture -i " &amp; (quoted form of POSIX path of savePath)
return savePath</string>
Expand All @@ -419,6 +393,27 @@ return savePath</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>2</integer>
<key>keyword</key>
<string>qr</string>
<key>subtext</key>
<string>Read QR Code from the screen</string>
<key>text</key>
<string>QR Reader</string>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>498B32F7-777D-4970-B05C-FAEBBC07B17D</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -705,7 +700,7 @@ return savePath</string>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.3</string>
<string>0.4</string>
<key>webaddress</key>
<string>https://github.com/alanhg/alfred-workflows/tree/master/qr-reader</string>
</dict>
Expand Down

0 comments on commit c363f53

Please sign in to comment.