mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
18 lines
268 B
JSON
18 lines
268 B
JSON
{
|
|
"warnings": false,
|
|
"parse": {},
|
|
"compress": {
|
|
"keep_fnames": true
|
|
},
|
|
"mangle": false,
|
|
"output": {
|
|
"ascii_only": true,
|
|
"beautify": false,
|
|
"comments": "some"
|
|
},
|
|
"sourceMap": {},
|
|
"nameCache": null,
|
|
"toplevel": false,
|
|
"ie8": true
|
|
}
|