33
44#define MyAppName " AVRDUDESS"
55#define MyAppDescription " A GUI for AVRDUDE"
6- #define MyAppVersion " 2.11 "
6+ #define MyAppVersion " 2.12 "
77#define MyAppPublisher " Zak Kemble"
88#define MyAppURL " https://zakkemble.net/"
99#define MyAppExeName " avrdudess.exe"
1010#define MyAppContact " contact@zakkemble.net"
11- #define MyAppCopyright " Copyright © 2019 Zak Kemble"
11+ #define MyAppCopyright " Copyright © 2020 Zak Kemble"
1212
1313[Setup]
1414; NOTE: The value of AppId uniquely identifies this application.
@@ -33,7 +33,7 @@ AllowNoIcons=yes
3333LicenseFile = ..\License.txt
3434;InfoAfterFile=Readme.txt
3535OutputDir = .\
36- OutputBaseFilename = setup- {#MyAppName }-{#MyAppVersion}
36+ OutputBaseFilename = {#MyAppName }-{#MyAppVersion}-setup
3737Compression = lzma2 /ultra64
3838SolidCompression = yes
3939WizardSmallImageFile = wizardsmall.bmp
@@ -115,7 +115,7 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
115115Name : " {group} \{cm:ProgramOnTheWeb,{#MyAppName}}" ; Filename : " {#MyAppURL}"
116116Name : " {group} \{cm:UninstallProgram,{#MyAppName}}" ; Filename : " {uninstallexe} "
117117Name : " {commondesktop}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; Tasks: desktopicon
118- ; Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
118+ Name : " {userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; Tasks: quicklaunchicon
119119
120120[Run]
121121Filename : " {app} \{#MyAppExeName}" ; Description : " {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}" ; Flags : nowait postinstall skipifsilent runasoriginaluser
0 commit comments