Initial commit

master
Hugo Locurcio 2018-05-08 10:08:47 +02:00
commit cc02e9f3db
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
2 changed files with 63 additions and 0 deletions

21
.editorconfig Normal file
View File

@ -0,0 +1,21 @@
# EditorConfig (is awesome): http://EditorConfig.org
# * top-most EditorConfig file
root = true
# default style settings
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{bat,cmd,[Bb][Aa][Tt],[Cc][Mm][Dd]]
# DOS/Win *requires* BAT/CMD files to have CRLF newlines
end_of_line = crlf
[[Mm]akefile{,.*}]
# TAB-style indentation
indent_style = tab

42
ericw-tools.json Normal file
View File

@ -0,0 +1,42 @@
{
"homepage": "https://ericwa.github.io/ericw-tools/",
"version": "0.18.1",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/ericwa/ericw-tools/releases/download/v0.18.1/ericw-tools-v0.18.1-win64.zip",
"hash": "a0f39c6faeb29cd08b267880cdcebb310f9938fef4cbbff07d1f6843c36e9cd3",
"extract_dir": "ericw-tools-v0.18.1-win64"
},
"32bit": {
"url": "https://github.com/ericwa/ericw-tools/releases/download/v0.18.1/ericw-tools-v0.18.1-win32.zip",
"hash": "562aae414b914ffa8d3a208ca74d16ac4ca2b61031773227c7d4bdc8384b13ef",
"extract_dir": "ericw-tools-v0.18.1-win32"
}
},
"bin": [
"bin\\bspinfo.exe",
"bin\\bsputil.exe",
"bin\\light.exe",
"bin\\qbsp.exe",
"bin\\vis.exe"
],
"checkver": {
"github": "https://github.com/ericwa/ericw-tools"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ericwa/ericw-tools/releases/download/v$version/ericw-tools-v$version-win64.zip",
"extract_dir": "ericw-tools-v$version-win64"
},
"32bit": {
"url": "https://github.com/ericwa/ericw-tools/releases/download/v$version/ericw-tools-v$version-win32.zip",
"extract_dir": "ericw-tools-v$version-win32"
}
}
},
"depends": [
"extras/vcredist2013"
]
}