Added AnyDesk from jpiel
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Description</key>
|
||||
<string>Control remotly a desktop</string>
|
||||
<key>Identifier</key>
|
||||
<string>com.github.jpiel.download.Anydesk</string>
|
||||
<key>Input</key>
|
||||
<dict>
|
||||
<key>NAME</key>
|
||||
<string>Anydesk</string>
|
||||
</dict>
|
||||
<key>Process</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Processor</key>
|
||||
<string>URLDownloader</string>
|
||||
<key>Arguments</key>
|
||||
<dict>
|
||||
<key>filename</key>
|
||||
<string>%NAME%.dmg</string>
|
||||
<key>url</key>
|
||||
<string>https://download.anydesk.com/anydesk.dmg</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Processor</key>
|
||||
<string>EndOfCheckPhase</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user