Skip to content

Commit 5e461c2

Browse files
committed
Release v1.0
1 parent 4160df3 commit 5e461c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DIFF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set old=${ROOT}${PTH}
3333
echo OLD=$old
3434

3535
rm -f DIFFS
36-
foreach i (*.py AA2IL.adif sats.adif start* DIFF *.txt *.bat *.md)
36+
foreach i (*.py AA2IL.adif sats.adif start* DIFF *.txt *.bat *.md dist/*.iss)
3737
echo $i
3838
set n=`diff -w $old/$i $i | wc -l`
3939
if( !( -e $old/$i ) )then

dist/pyKeyer.iss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "pyKeyer"
5-
#define MyAppVersion "1..0"
5+
#define MyAppVersion "1.0"
66
#define MyAppPublisher "AA2IL"
77
#define MyAppURL "https://github.com/aa2il/pyKeyer"
88
#define MyAppExeName "pyKeyer.exe"
@@ -20,6 +20,7 @@ AppSupportURL={#MyAppURL}
2020
AppUpdatesURL={#MyAppURL}
2121
DefaultDirName={autopf}\AA2IL
2222
DisableProgramGroupPage=yes
23+
InfoAfterFile=C:\Users\Joea\Python\pyKeyer\dist\Release_Notes.txt
2324
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2425
;PrivilegesRequired=lowest
2526
OutputBaseFilename=pyKeyer_setup
@@ -41,6 +42,8 @@ Source: "C:\Users\Joea\Python\pyKeyer\Panagrams.txt"; DestDir: "{app}"; Flags: i
4142
Source: "C:\Users\Joea\Python\pyKeyer\QSO_Template.txt"; DestDir: "{app}"; Flags: ignoreversion
4243
Source: "C:\Users\Joea\Python\pyKeyer\Book.txt"; DestDir: "{app}"; Flags: ignoreversion
4344
Source: "C:\Users\Joea\Python\pyKeyer\Stumble.txt"; DestDir: "{app}"; Flags: ignoreversion
45+
Source: "C:\Users\Joea\Python\pyKeyer\Release_Notes.txt"; DestDir: "{app}"; Flags: ignoreversion
46+
Source: "C:\Users\Joea\Python\pyKeyer\practice.bat"; DestDir: "{app}"; Flags: ignoreversion
4447
Source: "C:\Users\Joea\Python\pyKeyer\keyer_splash.png"; DestDir: "{app}"; Flags: ignoreversion
4548
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
4649

windoz.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ echo.
2424
copy keyer_splash.png dist
2525
copy ..\..\AA2IL\master.csv dist
2626
copy Release_Notes.txt dist
27+
copy practice.bat dist
2728
del dist\Output\pyKeyer_setup.exe
2829
echo.
2930
echo On linux:

0 commit comments

Comments
 (0)