This commit is contained in:
Richard Kuhnt 2020-03-05 08:00:14 +00:00
commit 9059ade74e
2 changed files with 23 additions and 1 deletions

21
bucket/byenow.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.2",
"description": "Utility for folder removal",
"homepage": "https://iobureau.com/byenow/",
"license": "Freeware",
"url": "https://iobureau.com/byenow/byenow-0.2.zip",
"hash": "4d074bb0906d810bee954b329814fdffbab29cc1178367a0055fca8e0bdbdb7c",
"architecture": {
"32bit": {
"extract_dir": "32-bit"
},
"64bit": {
"extract_dir": "64-bit"
}
},
"bin": "byenow.exe",
"checkver": "byenow-([\\d.]+)\\.zip",
"autoupdate": {
"url": "https://iobureau.com/byenow/byenow-$version.zip"
}
}

View File

@ -20,7 +20,8 @@
"bin": [
"bin\\erl.exe",
"bin\\erlc.exe",
"bin\\escript.exe"
"bin\\escript.exe",
"bin\\werl.exe"
],
"env_set": {
"ERLANG_HOME": "$dir"