-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeme-maker.json
27 lines (26 loc) · 889 Bytes
/
meme-maker.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "0.2",
"description": "CLI utility to make simple memes from images and gifs",
"homepage": "https://github.com/Fredolx/meme-maker",
"license": "AGPLv3",
"architecture": {
"64bit": {
"url": "https://github.com/fredolx/meme-maker/releases/download/v0.2/mememaker_0.2_windows.zip",
"hash": "ad9b9cc3dc65a46842db9730975e2d7185197cdf132cabbacc3f9dca04e71e98"
}
},
"bin": "./bin/meme-maker.exe",
"env_set": {
"MEMEMAKER_BASE_PATH": "$dir\\lib\\ImageMagick-7.1.1\\modules-Q16HDRI"
},
"checkver": {
"github": "https://github.com/fredolx/meme-maker"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fredolx/meme-maker/releases/download/v$version/mememaker_$version_windows.zip"
}
}
}
}