Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #199 from whoisj/upgrade-git4windows
Browse files Browse the repository at this point in the history
Changes to setup and update Git for Windows
  • Loading branch information
J Wyman committed May 4, 2016
2 parents 490c14d + 7765714 commit 8e9d4d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cli-CredentialHelper/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
#define MyAppPublisherURL "http://www.microsoft.com"
#define MyAppURL "https://github.com/Microsoft/Git-Credential-Manager-for-Windows"
#define MyAppExeName "git-credential-manager.exe"
#define Git4WinName "Git for Windows 2.8.1"
#define Git4WinUrl "https://github.com/git-for-windows/git/releases/download/v2.8.1.windows.1/Git-2.8.1-64-bit.exe"
#define Git4WinFile "Git-2.8.1-64-bit.exe"
#define Git4WinVer "2.8.2"
#define Git4WinVerLong = "v" + str(Git4WinVer) + ".windows.1"
#define Git4WinName "Git for Windows " + str(Git4WinVer)
#define Git4WinFile "Git-" + str(Git4WinVer) + "-64-bit.exe"
#define Git4WinUrl "https://github.com/git-for-windows/git/releases/download/" + str(Git4WinVerLong) + "/" + str(Git4WinFile)
#define Git4WinSpace 394309632
#define NetFxName "The Microsoft .NET Framework 4.6.1"
#define NetFxBaseFile "NetFx40Installer.exe"
Expand Down Expand Up @@ -65,7 +67,6 @@ DisableReadyPage=yes
UninstallDisplayIcon={app}\git-credential-manager.exe
SetupIconFile=Assets\gcmicon.ico
ArchitecturesInstallIn64BitMode=x64
WizardImageBackColor=clWhite
WizardImageFile=Assets\gcmicon128.bmp
WizardSmallImageFile=Assets\gcmicon64.bmp
WizardImageStretch=no
Expand Down

0 comments on commit 8e9d4d4

Please sign in to comment.