We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69108fa commit e2221efCopy full SHA for e2221ef
appveyor.yml
@@ -66,14 +66,16 @@ deploy:
66
67
### Files:
68
69
+ * `gvim_$(VIMVER)_x64-mui2.exe`
70
+ **Experimental**: 64-bit installer with the modern interface (MUI2)
71
* `gvim_$(VIMVER)_x64.zip`
72
64-bit zip archive
73
* `gvim_$(VIMVER)_x64_pdb.zip`
74
pdb files for debugging the corresponding 64-bit executable
- * `gvim_$(VIMVER)_x86.exe`
- 32-bit installer
75
* `gvim_$(VIMVER)_x86-mui2.exe`
76
**Experimental**: 32-bit installer with the modern interface (MUI2)
77
+ * `gvim_$(VIMVER)_x86.exe`
78
+ **Recommended**: 32-bit installer
79
* `gvim_$(VIMVER)_x86.zip`
80
32-bit zip archive
81
* `gvim_$(VIMVER)_x86_pdb.zip`
0 commit comments