Skip to content

Commit

Permalink
Fixup some installer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed May 20, 2019
1 parent b9914bd commit 0688a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; To download and install ISPP, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp

#define _AppName "P4Win"
#define _AppMutex "EShellMenu"
#define _AppMutex "Running P4Win Instance"
#define _AppPublisher "gorlak"
#define _AppPublisherURL "https://github.com/gorlak/P4Win"

Expand All @@ -26,7 +26,7 @@

#define _VersionInfoComments "P4Win is a Windows client for Perforce (Helix VCS) built in MFC."
#define _VersionInfoCopyright "Copyright (C) " + _AppPublisher
#define _VersionInfoDescription "EShell Menu"
#define _VersionInfoDescription "P4WIn"
#define _VersionInfoVersion _AppVersion

[Setup]
Expand Down

0 comments on commit 0688a9a

Please sign in to comment.