From 8ef6be71ea1842b6286ae4c8377aaa9a1f98e41d Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Sun, 3 Sep 2023 08:22:21 +0200 Subject: [PATCH] remove git and git-annex installer --- tools/installer_building/windows-installer-amd64.nsi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tools/installer_building/windows-installer-amd64.nsi b/tools/installer_building/windows-installer-amd64.nsi index cd8d4e7..38bcd84 100644 --- a/tools/installer_building/windows-installer-amd64.nsi +++ b/tools/installer_building/windows-installer-amd64.nsi @@ -12,18 +12,6 @@ Section "Initialize" RMDir /r "$GOOEYTEMP" SectionEnd -Section "git" - SetOutPath "$GOOEYTEMP\" - File /r "sources\git-64-bit.exe" - ExecWait "$GOOEYTEMP\git-64-bit.exe" -SectionEnd - -Section "git-annex" - SetOutPath "$GOOEYTEMP" - File /r "sources\git-annex-64-bit.exe" - ExecWait "$GOOEYTEMP\git-annex-64-bit.exe" -SectionEnd - Section "Python 3.9" StrCpy $INSTDIR "$LOCALAPPDATA\datalad.org\datalad-gooey" SetOutPath "$INSTDIR\python39"