Skip to content

Commit 9caadd3

Browse files
Prepared installer script for 2.0.9
1 parent 3811ca1 commit 9caadd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer/setup.iss

Lines changed: 3 additions & 3 deletions
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 "ExcelPython"
5-
#define MyAppVersion "2.0.8"
5+
#define MyAppVersion "2.0.9"
66
#define MyAppPublisher "ericremoreynolds"
77
#define MyAppURL "https://github.com/ericremoreynolds/excelpython"
88

@@ -17,8 +17,8 @@ AppPublisher={#MyAppPublisher}
1717
AppPublisherURL={#MyAppURL}
1818
AppSupportURL={#MyAppURL}
1919
AppUpdatesURL={#MyAppURL}
20-
LicenseFile=D:\github\excelpython\LICENSE
21-
OutputDir=D:\github\excelpython\installer
20+
LicenseFile=..\LICENSE
21+
OutputDir=.
2222
OutputBaseFilename=excelpython-{#MyAppVersion}
2323
Compression=lzma
2424
SolidCompression=yes

0 commit comments

Comments
 (0)