-
Notifications
You must be signed in to change notification settings - Fork 2
/
REFERENCES.json
20 lines (20 loc) · 975 Bytes
/
REFERENCES.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{
"platform":"WINDOWS",
"oxipng":"https://github.com/shssoichiro/oxipng/releases/download/v3.0.1/oxipng-3.0.1-i686-pc-windows-msvc.zip",
"oxipng_file":"oxipng.exe",
"oxipng_command":"{0} -p -o {1} -i 1 --fix \"{2}\"",
"ect":"https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v0.8.3/ect-0.8.3-Win64.exe.zip",
"ect_file":"ect-0.8.3.exe",
"ect_command":"{0} --strict -progressive --mt-deflate -keep -9 \"{1}\""
},
{
"platform":"MAC",
"oxipng":"https://github.com/shssoichiro/oxipng/releases/download/v3.0.1/oxipng-3.0.1-x86_64-apple-darwin.tar.gz",
"oxipng_file":"oxipng",
"oxipng_command":"{0} -p -o {1} -i 1 --fix \"{2}\"",
"ect":"https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v0.8.3/ect-0.8.3-macOS.zip",
"ect_file":"ect",
"ect_command":"{0} --strict -progressive --mt-deflate -keep -9 \"{1}\""
}
]