Created
August 5, 2019 09:57
-
-
Save wenmin92/6f5aebee4a6f5bf3bdc477bf519b35d8 to your computer and use it in GitHub Desktop.
LaunchyQt manifest for scoop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "https://github.com/samsonwang/LaunchyQt", | |
"description": "Launchy project reactivated. Get the familiar feeling now!", | |
"license": "GPL-3.0-only", | |
"version": "3.0.8", | |
"url": "https://github.com/samsonwang/LaunchyQt", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/v3.0.8/Launchy-3.0.8-win-amd64.7z", | |
"hash": "cb3183105af62eed2ce50d52dcc1e540e4c54d4d86768547ca72a21013084a92", | |
"extract_dir": "Launchy-3.0.8-win-amd64" | |
}, | |
"32bit": { | |
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/v3.0.8/Launchy-3.0.8-win-x86.7z", | |
"hash": "a57942575ad29912ba459333153f9d3ef36584e3b9793cebf35f2f781298939c", | |
"extract_dir": "Launchy-3.0.8-win-x86" | |
} | |
}, | |
"bin": "Launchy.exe", | |
"shortcuts": [ | |
[ | |
"Launchy.exe", | |
"LaunchyQt" | |
] | |
], | |
"persist": [ | |
"history.db", | |
"launchy.db", | |
"launchy.ini" | |
], | |
"checkver": { | |
"github": "https://github.com/samsonwang/LaunchyQt" | |
}, | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/$version/Launchy-$version-win-amd64.7z", | |
"extract_dir": "Launchy-$version-win-amd64" | |
}, | |
"32bit": { | |
"url": "https://github.com/samsonwang/LaunchyQt/releases/download/$version/Launchy-$version-win-x86.7z", | |
"extract_dir": "Launchy-$version-win-x86" | |
} | |
}, | |
"hash": { | |
"url": "$url.sha256" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment