aboutsummaryrefslogtreecommitdiff
path: root/scripts/genappimage.sh
Commit message (Collapse)AuthorAge
* genappimage: Include update information for releases/nightliesJames McCoy2018-03-09
| | | | | | This will allow users to use AppImageUpdate to update their AppImage. It requires publishing the created zsync file alongside the appimage file for the releases.
* genappimage: Create a type 2 AppImageJames McCoy2018-03-09
|
* genappimage: Use AppImage/AppImages repo to avoid redirectsJames McCoy2018-03-09
|
* genappimage.sh: set CMAKE_INSTALL_MANDIRJustin M. Keyes2017-06-19
| | | | | | | | Avoids attempt to install manpage to system location. Also: - Don't attempt `nvim --version` until after it was built. - Remove unnecessary `mkdir`.
* dist: AppImage #6638AdnoC2017-05-04
scripts/genappimage.sh produces an executable: nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage Closes #6083