Skip to content

Commit fc2c9e8

Browse files
committed
Add icons to the Windows installer
The icons were generated from the Git LFS web page's favicon file available at https://git-lfs.github.com/favicon.png.
1 parent f54b90f commit fc2c9e8

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
6.41 KB
Binary file not shown.
33.7 KB
Binary file not shown.

script/windows-installer/inno-setup-git-lfs-installer.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ DirExistsWarning=no
3030
DisableReadyPage=True
3131
ArchitecturesInstallIn64BitMode=x64
3232
ChangesEnvironment=yes
33+
SetupIconFile=git-lfs-logo.ico
34+
WizardSmallImageFile=git-lfs-logo.bmp
3335

3436
[Languages]
3537
Name: "english"; MessagesFile: "compiler:Default.isl"

0 commit comments

Comments
 (0)