|
140 | 140 | <key>escaping</key> |
141 | 141 | <integer>102</integer> |
142 | 142 | <key>keyword</key> |
143 | | - <string>mupdater</string> |
| 143 | + <string>{var:check_keyword}</string> |
144 | 144 | <key>queuedelaycustom</key> |
145 | 145 | <integer>3</integer> |
146 | 146 | <key>queuedelayimmediatelyinitially</key> |
|
205 | 205 | <integer>0</integer> |
206 | 206 | <key>script</key> |
207 | 207 | <string># THESE VARIABLES MUST BE SET. SEE THE ONEUPDATER README FOR AN EXPLANATION OF EACH. |
208 | | -readonly remote_info_plist="https://raw.githubusercontent.com/core-code/macupdater-alfred-workflow/master/Workflow/info.plist" |
| 208 | +readonly remote_info_plist="https://raw.githubusercontent.com/core-code/macupdater-alfred-workflow/master/source/info.plist" |
209 | 209 | readonly workflow_url="core-code/macupdater-alfred-workflow" |
210 | 210 | readonly download_type='github_release' |
211 | 211 | readonly frequency_check='4' |
@@ -365,11 +365,15 @@ fi</string> |
365 | 365 | </dict> |
366 | 366 | </array> |
367 | 367 | <key>readme</key> |
368 | | - <string>Official [MacUpdater](https://www.corecode.io/macupdater/) Pro Alfred Workflow to keep your software effortlessly up-to-date. Call `mupdater` to see a list of your outdated software: |
| 368 | + <string>## Setup |
369 | 369 |
|
370 | | - |
| 370 | +Install [MacUpdater](https://www.corecode.io/macupdater/). A Pro or Business license is required. |
371 | 371 |
|
372 | | -Action any item to start updating it, or the first one to update everything.</string> |
| 372 | +## Usage |
| 373 | +
|
| 374 | +Run the Keyword (default: `mupdater`) to see a list of outdated software. Press ↩ to update. |
| 375 | +
|
| 376 | +</string> |
373 | 377 | <key>uidata</key> |
374 | 378 | <dict> |
375 | 379 | <key>0B0C79ED-3530-44DE-98E2-EA1585BFB1D1</key> |
@@ -428,6 +432,27 @@ Action any item to start updating it, or the first one to update everything.</st |
428 | 432 | </dict> |
429 | 433 | <key>userconfigurationconfig</key> |
430 | 434 | <array> |
| 435 | + <dict> |
| 436 | + <key>config</key> |
| 437 | + <dict> |
| 438 | + <key>default</key> |
| 439 | + <string>mupdate</string> |
| 440 | + <key>placeholder</key> |
| 441 | + <string></string> |
| 442 | + <key>required</key> |
| 443 | + <false/> |
| 444 | + <key>trim</key> |
| 445 | + <true/> |
| 446 | + </dict> |
| 447 | + <key>description</key> |
| 448 | + <string></string> |
| 449 | + <key>label</key> |
| 450 | + <string>Keyword</string> |
| 451 | + <key>type</key> |
| 452 | + <string>textfield</string> |
| 453 | + <key>variable</key> |
| 454 | + <string>check_keyword</string> |
| 455 | + </dict> |
431 | 456 | <dict> |
432 | 457 | <key>config</key> |
433 | 458 | <dict> |
@@ -470,11 +495,9 @@ MacUpdater.app/Contents/Resources/macupdater_client</string> |
470 | 495 | <string>update_options</string> |
471 | 496 | </dict> |
472 | 497 | </array> |
473 | | - <key>variablesdontexport</key> |
474 | | - <array/> |
475 | 498 | <key>version</key> |
476 | | - <string>2022.2</string> |
| 499 | + <string>2022.3</string> |
477 | 500 | <key>webaddress</key> |
478 | | - <string>https://corecode.io/macupdater/</string> |
| 501 | + <string>https://github.com/core-code/MacUpdater-Alfred-Workflow/</string> |
479 | 502 | </dict> |
480 | 503 | </plist> |
0 commit comments