Created
July 2, 2021 19:11
-
-
Save mochaaP/a5272483f730fdbcc19d9b9ae8401661 to your computer and use it in GitHub Desktop.
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
{ | |
"version": "1.7.2", | |
"description": "Dedicated to make your workflow flow more seamlessly. Aimed at being more than an app launcher, it searches, integrates and expands on functionalities. Flow will continue to evolve, designed to be open and built with the community at heart.", | |
"homepage": "https://github.com/Flow-Launcher/Flow.Launcher", | |
"license": "MIT", | |
"suggest": { | |
"Python3": "python" | |
}, | |
"url": "https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.7.2/FlowLauncher-1.7.2-full.nupkg", | |
"hash": "4f48b932847ead80dbaca5b9c007b986986bc721fcbf71dfdf861bebb14fee84", | |
"extract_dir": "lib\\netcoreapp3.1", | |
"bin": "Flow.Launcher.exe", | |
"shortcuts": [ | |
[ | |
"Flow.Launcher.exe", | |
"flow" | |
] | |
], | |
"checkver": { | |
"github": "https://github.com/Flow-Launcher/Flow.Launcher" | |
}, | |
"autoupdate": { | |
"url": "https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v$version/FlowLauncher-$version-full.nupkg", | |
"hash": { | |
"url": "$baseurl/RELEASES" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment