diff --git a/map65.iss b/map65.iss index 7f5953ebe..abb78f569 100644 --- a/map65.iss +++ b/map65.iss @@ -1,17 +1,18 @@ [Setup] AppName=MAP65 -AppVerName=MAP65 Version 0.9 r1533 -AppCopyright=Copyright (C) 2001-2009 by Joe Taylor, K1JT +AppVerName=MAP65 Version 1.1 r24254 +AppCopyright=Copyright (C) 2001-2011 by Joe Taylor, K1JT DefaultDirName={pf}\MAP65 DefaultGroupName=MAP65 [Files] -Source: "c:\k1jt\svn\wsjt\map65\map65.exe"; DestDir: "{app}" -Source: "c:\k1jt\svn\wsjt\map65\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist -Source: "c:\k1jt\svn\wsjt\map65\wsjt.ico"; DestDir: "{app}"; Flags: onlyifdoesntexist -Source: "c:\k1jt\svn\wsjt\map65\TSKY.DAT"; DestDir: "{app}"; Flags: onlyifdoesntexist -Source: "c:\k1jt\svn\wsjt\map65\kvasd.exe"; DestDir: "{app}"; -Source: "c:\k1jt\svn\wsjt\map65\map65rc.win"; DestDir: "{app}"; +Source: "c:\Users\joe\wsjt\map65\map65.exe"; DestDir: "{app}" +Source: "c:\Users\joe\wsjt\map65\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "c:\Users\joe\wsjt\map65\wsjt.ico"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "c:\Users\joe\wsjt\map65\TSKY.DAT"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "c:\Users\joe\wsjt\map65\KVASD_G95.EXE"; DestDir: "{app}"; +Source: "c:\Users\joe\wsjt\map65\map65rc.win"; DestDir: "{app}"; +Source: "c:\Users\joe\wsjt\map65\WSJT.LOG"; DestDir: "{app}"; [Icons] Name: "{group}\MAP65"; Filename: "{app}\map65.exe"; WorkingDir: {app} diff --git a/map65.py b/map65.py index 096d5a326..d903c7717 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#--------------------------------------------------------------------- MAP65 +#---------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import *