From 27290d78817361fb1d72e348ff69db82cfdac07d Mon Sep 17 00:00:00 2001 From: Maxime Gervais Date: Wed, 31 Jul 2024 12:33:40 +0200 Subject: [PATCH] Update cygwin's installer paths Signed-off-by: Maxime Gervais --- Source/Install/cygwin.nsh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Source/Install/cygwin.nsh b/Source/Install/cygwin.nsh index b36f9c7f4..ecc1896a0 100644 --- a/Source/Install/cygwin.nsh +++ b/Source/Install/cygwin.nsh @@ -2,6 +2,7 @@ SetOutPath "$INSTDIR\cygwin\bin" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\apropos" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\awk" + File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\base64.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\basename.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\bash.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\bc.exe" @@ -74,6 +75,8 @@ File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\cygwin1.dll" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\cygz.dll" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\cygzstd-1.dll" + File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\date.exe" + File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\dirname.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\dnsdomainname" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\domainname" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\ex" @@ -94,7 +97,9 @@ File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\mkdir.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\mktemp.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\mv.exe" + File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\printf.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\reset" + File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\rm.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\rnano" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\rvi" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\rview" @@ -107,6 +112,7 @@ File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\view" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\which.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\xargs.exe" + File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\xxd.exe" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\xzcat" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\xzcmp" File /a "..\..\Source\GUI\dvrescue\dvrescue\windows-tools\cygwin\bin\xzegrep" @@ -708,6 +714,7 @@ !macro Uninstall_Cygwin_Files Delete "$INSTDIR\cygwin\bin\apropos" Delete "$INSTDIR\cygwin\bin\awk" + Delete "$INSTDIR\cygwin\bin\base64.exe" Delete "$INSTDIR\cygwin\bin\basename.exe" Delete "$INSTDIR\cygwin\bin\bash.exe" Delete "$INSTDIR\cygwin\bin\bc.exe" @@ -780,6 +787,8 @@ Delete "$INSTDIR\cygwin\bin\cygwin1.dll" Delete "$INSTDIR\cygwin\bin\cygz.dll" Delete "$INSTDIR\cygwin\bin\cygzstd-1.dll" + Delete "$INSTDIR\cygwin\bin\date.exe" + Delete "$INSTDIR\cygwin\bin\dirname.exe" Delete "$INSTDIR\cygwin\bin\dnsdomainname" Delete "$INSTDIR\cygwin\bin\domainname" Delete "$INSTDIR\cygwin\bin\ex" @@ -800,7 +809,9 @@ Delete "$INSTDIR\cygwin\bin\mkdir.exe" Delete "$INSTDIR\cygwin\bin\mktemp.exe" Delete "$INSTDIR\cygwin\bin\mv.exe" + Delete "$INSTDIR\cygwin\bin\printf.exe" Delete "$INSTDIR\cygwin\bin\reset" + Delete "$INSTDIR\cygwin\bin\rm.exe" Delete "$INSTDIR\cygwin\bin\rnano" Delete "$INSTDIR\cygwin\bin\rvi" Delete "$INSTDIR\cygwin\bin\rview" @@ -813,6 +824,7 @@ Delete "$INSTDIR\cygwin\bin\view" Delete "$INSTDIR\cygwin\bin\which.exe" Delete "$INSTDIR\cygwin\bin\xargs.exe" + Delete "$INSTDIR\cygwin\bin\xxd.exe" Delete "$INSTDIR\cygwin\bin\xzcat" Delete "$INSTDIR\cygwin\bin\xzcmp" Delete "$INSTDIR\cygwin\bin\xzegrep"