Skip to content

Commit

Permalink
Update inno installer metadata
Browse files Browse the repository at this point in the history
Updating inno installer metadata to align with the specification
outlined in github/git-fundamentals#700.
  • Loading branch information
ldennington committed Oct 12, 2021
1 parent 2e1dafe commit 35f2885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GVFS/GVFS.Installers/Setup.iss
Expand Up @@ -3,9 +3,9 @@

; General documentation on how to use InnoSetup scripts: http://www.jrsoftware.org/ishelp/index.php

#define MyAppName "GVFS"
#define MyAppName "VFS for Git"
#define MyAppInstallerVersion GetFileVersion(LayoutDir + "\GVFS.exe")
#define MyAppPublisher "Microsoft Corporation"
#define MyAppPublisher "Microsoft"
#define MyAppPublisherURL "http://www.microsoft.com"
#define MyAppURL "https://github.com/microsoft/VFSForGit"
#define MyAppExeName "GVFS.exe"
Expand Down

0 comments on commit 35f2885

Please sign in to comment.