Skip to content

Commit

Permalink
Changing preview app name to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Nov 10, 2023
1 parent 2989736 commit 529a33e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Installers/Windows/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{7D88A8B1-0F3C-4251-9AA0-4E4C0EBC1187}
AppName={#MyAppName} (Alpha)
AppName={#MyAppName} (Beta)
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName} Alpha
DefaultGroupName={#MyAppName} Alpha
DefaultDirName={autopf}\{#MyAppName} Beta
DefaultGroupName={#MyAppName} Beta
DisableProgramGroupPage=yes
AllowNoIcons=yes
OutputBaseFilename=Install_{#MyAppName}
Expand Down Expand Up @@ -98,7 +98,7 @@ Type: filesandordirs; Name: "{app}\XojoGUIFramework64.dll"
Type: filesandordirs; Name: "{app}\XojoGUIFrameworkARM.dll"

[Icons]
Name: "{autoprograms}\{#MyAppName} (Alpha)"; Filename: "{app}\{#MyAppExeName}"
Name: "{autoprograms}\{#MyAppName} (Beta)"; Filename: "{app}\{#MyAppExeName}"

[Registry]
Root: HKA; Subkey: "Software\Classes\.beacon"; ValueData: "BeaconDocument"; Flags: uninsdeletekey; ValueType: string; ValueName: ""
Expand Down

0 comments on commit 529a33e

Please sign in to comment.