1
mirror of https://github.com/neovim/neovim.git synced 2024-12-31 17:13:26 -07:00
neovim/packaging
Henry Fraser 96b461a000
refactor(packaging): Windows: improve MSI, remove NSIS
- Removed NSIS installer.
  - Prevents undefined behaviour when two installations are performed to the same directory (NSIS + MSI).
  - Reduced cost of maintaining two installers that do the same thing.
  - Chose Wix MSI due to its better integration with Windows.
- Added Wix patch file to add neovim binaries to the system path during installation.
- Replaced neovim installer icons with better looking versions.
- Renamed neovim installer icons from logo.ico -> neovim.ico for all
  icons to better reflect contents.
2022-04-11 07:58:46 -07:00
..
CMakeLists.txt refactor(packaging): Windows: improve MSI, remove NSIS 2022-04-11 07:58:46 -07:00
neovim.icns refactor(packaging): Windows: improve MSI, remove NSIS 2022-04-11 07:58:46 -07:00
neovim.ico refactor(packaging): Windows: improve MSI, remove NSIS 2022-04-11 07:58:46 -07:00
neovim.png refactor(packaging): Windows: improve MSI, remove NSIS 2022-04-11 07:58:46 -07:00
neovim.svg refactor(packaging): Windows: improve MSI, remove NSIS 2022-04-11 07:58:46 -07:00
WixPatch.xml refactor(packaging): Windows: improve MSI, remove NSIS 2022-04-11 07:58:46 -07:00