Skip to content

Instantly share code, notes, and snippets.

@ertwro
Last active June 9, 2019 19:22
Show Gist options
  • Save ertwro/6ecab39267990e5dacd18a4ac287ddd2 to your computer and use it in GitHub Desktop.
Save ertwro/6ecab39267990e5dacd18a4ac287ddd2 to your computer and use it in GitHub Desktop.
App Manifest for bug in Scoop
{
"homepage": "https://github.com/fuhsjr00/bug.n",
"description": "bug.n is a tiling window manager add-on for the Explorer shell of Microsoft Windows. It is written in the scripting language AutoHotkey",
"license": "GPL-3.0-or-later",
"version": "9.0.2",
"url": "https://github.com/fuhsjr00/bug.n/archive/v9.0.2.zip",
"hash": "27cc1ce069f7947b543306d4b1ec28f31fdf71fd0941650a9a39bb6a24880a5b",
"extract_dir": "bug.n-9.0.2",
"bin": "bugn.exe",
"shortcuts": [
[
"bugn.exe",
"bug.n"
]
],
"suggest": {
"autohotkey": "extras/autohotkey"
},
"checkver": "github",
"notes": [
"See examples for configuration at the Wiki: https://github.com/fuhsjr00/bug.n/wiki",
"Make sure you have the right autohotkey version for your architecture."
],
"autoupdate": {
"url": "https://github.com/fuhsjr00/bug.n/archive/v$version.zip",
"extract_dir": "bug.n-$version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment