Last active
June 9, 2019 19:22
-
-
Save ertwro/6ecab39267990e5dacd18a4ac287ddd2 to your computer and use it in GitHub Desktop.
App Manifest for bug in 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/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