mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-03 18:08:40 -04:00
Don't overwrite the user's CALL3.TXT! Update the displayed revision number.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@6084 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a24d405d87
commit
6d24eeef71
@ -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";
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user