Initial commit
This commit is contained in:
commit
cc02e9f3db
21
.editorconfig
Normal file
21
.editorconfig
Normal 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
42
ericw-tools.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user