We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3811ca1 commit 9caadd3Copy full SHA for 9caadd3
installer/setup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "ExcelPython"
5
-#define MyAppVersion "2.0.8"
+#define MyAppVersion "2.0.9"
6
#define MyAppPublisher "ericremoreynolds"
7
#define MyAppURL "https://github.com/ericremoreynolds/excelpython"
8
@@ -17,8 +17,8 @@ AppPublisher={#MyAppPublisher}
17
AppPublisherURL={#MyAppURL}
18
AppSupportURL={#MyAppURL}
19
AppUpdatesURL={#MyAppURL}
20
-LicenseFile=D:\github\excelpython\LICENSE
21
-OutputDir=D:\github\excelpython\installer
+LicenseFile=..\LICENSE
+OutputDir=.
22
OutputBaseFilename=excelpython-{#MyAppVersion}
23
Compression=lzma
24
SolidCompression=yes
0 commit comments