Skip to content

Commit

Permalink
Update cygwin's installer paths
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
  • Loading branch information
g-maxime committed Jul 31, 2024
1 parent 62a5730 commit 27290d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Source/Install/cygwin.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 27290d7

Please sign in to comment.