ci(release)!: remove backwards compatible releases

Remove `nvim-linux64.tar.gz` and `nvim.appimage` as maintaining
these is too much work.

Also fix directory names to be consistent.
This commit is contained in:
dundargoc
2025-01-27 17:40:26 +01:00
committed by dundargoc
parent c47496791a
commit 318676ad13
4 changed files with 20 additions and 32 deletions

View File

@ -1,3 +1,7 @@
if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
set(CMAKE_SYSTEM_PROCESSOR arm64)
endif()
set(CPACK_PACKAGE_NAME "Neovim")
set(CPACK_PACKAGE_VENDOR "neovim.io")
set(CPACK_PACKAGE_FILE_NAME "nvim")