From 5f1920ada24904a115232e01f28fc8a6cdd623af Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 7 Dec 2019 21:01:43 +0100 Subject: patch 8.1.2409: creating the distribution doesn't work as documented Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed. --- tools/rename.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/rename.bat b/tools/rename.bat index d66b0d33f8..50b3f7b2e3 100644 --- a/tools/rename.bat +++ b/tools/rename.bat @@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe mv xxd/xxd.exe xxdw32.exe mv vim.pdb vimw32.pdb mv install.exe installw32.exe -mv uninstal.exe uninstalw32.exe +mv uninstall.exe uninstallw32.exe -- cgit v1.2.3