Skip to content

Commit

Permalink
remove git and git-annex installer
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Sep 3, 2023
1 parent 9cc7d03 commit 8ef6be7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tools/installer_building/windows-installer-amd64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ef6be7

Please sign in to comment.