diff --git a/mainwindow.cpp b/mainwindow.cpp index b47358464..ee52c7ef6 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -32,7 +32,7 @@ BandMap* g_pBandMap = NULL; TxTune* g_pTxTune = NULL; QSharedMemory mem_m65("mem_m65"); -QString rev="$Rev$"; +QString rev="$Rev$"; //Must update by hand ??? QString Program_Title_Version=" MAP65 v2.5, r" + rev.mid(6,4) + " by K1JT"; diff --git a/map65b.iss b/map65b.iss index 288f4b7f5..f12e41e59 100644 --- a/map65b.iss +++ b/map65b.iss @@ -29,7 +29,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" [Files] Source: "c:\JTSDK\map65\install\Release\bin\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -Source: "C:\JTSDK\src\map65\resources\*"; DestDir: "{app}"; Excludes: kvasd.exe +Source: "C:\JTSDK\src\map65\resources\*"; DestDir: "{app}"; Flags: onlyifdoesntexist [Icons] Name: "{group}\{#MyAppName}\Documentation\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"