Skip to content

Commit

Permalink
Fixing desktop icon location, renaming to ucblogo instead of ucbwlogo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrincayc committed Dec 26, 2019
1 parent 83cc26c commit 1f5ab9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inno/ucblogo.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AppPublisher=University of California, Berkeley
AppPublisherURL=http://www.cs.berkeley.edu/~bh/logo.html
AppSupportURL=https://github.com/jrincayc/ucblogo-code/issues
AppUpdatesURL=https://github.com/jrincayc/ucblogo-code/releases
OutputBaseFilename=ucbwlogo61setup
OutputBaseFilename=ucblogo61setup
OutputDir=.
DefaultDirName={autopf}\UCBLogo
DefaultGroupName=Berkeley Logo
Expand Down Expand Up @@ -46,7 +46,7 @@ Source: "C:\UCBLOGO\lib\logo\SOURCE\*.*"; DestDir: "{app}\SOURCE"; CopyMode: alw

[Icons]
Name: "{group}\Berkeley Logo"; Filename: "{app}\ucblogo.exe"; WorkingDir: "{app}"; Tasks: programmenu
Name: "{userdesktop}\Berkeley Logo"; Filename: "{app}\ucblogo.exe"; WorkingDir: "{app}"; MinVersion: 4,4; Tasks: desktopicon
Name: "{autodesktop}\Berkeley Logo"; Filename: "{app}\ucblogo.exe"; WorkingDir: "{app}"; MinVersion: 4,4; Tasks: desktopicon

[Registry]
Root: HKA; Subkey: "Software\UCB"; Flags: uninsdeletekeyifempty
Expand Down

0 comments on commit 1f5ab9f

Please sign in to comment.