gitextract_b1h5ve2y/ ├── .gitignore ├── .mailmap ├── .travis.yml ├── AUTHORS ├── CMakeLists.txt ├── LICENSE ├── README.md ├── appveyor.yml ├── include/ │ └── autoupdate.h ├── libautoupdate.gyp ├── src/ │ ├── autoupdate.c │ ├── autoupdate_internal.h │ ├── exepath.c │ ├── inflate.c │ ├── tmpf.c │ └── utils.c └── tests/ └── main.c