Skip to content

Commit

Permalink
add BOM to vcsetup.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 4, 2023
1 parent 721464e commit b231d08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vcsetup.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; NOTES:
; NOTES:
; - Prior to compiling this file, run "git clone https://github.com/DomGries/InnoDependencyInstaller"
; - AppVersion must be defined on the commandline with /dAppVersion=""

Expand All @@ -11,7 +11,6 @@
#define AppName "Volume Control"
#define AppPublisher "radj307"
#define CurrentYear GetDateTimeString('yyyy','','')
#define StartYearCopyright "2022"
#define AppURL "https://github.com/radj307/volume-control"
#define AppExeName "VolumeControl.exe"
#define AppMutex "VolumeControlSingleInstance"
Expand All @@ -24,7 +23,7 @@ AppName={#AppName}
AppVersion={#AppVersion}
AppVerName={#AppName} {#AppVersion}

AppCopyright=© {#StartYearCopyright}-{#CurrentYear} {#AppPublisher}
AppCopyright=Copyright © {#CurrentYear} {#AppPublisher}
AppPublisherURL={#AppURL}
AppSupportURL={#AppURL}
AppUpdatesURL={#AppURL}
Expand Down

0 comments on commit b231d08

Please sign in to comment.