File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
# put quotes around file paths in case they have spaces
19
19
graip_database_file = '"' + graip_database_file + '"'
20
20
21
- py_script_to_execute = os .path .join (current_script_dir , 'LSPlot.pyw ' )
21
+ py_script_to_execute = os .path .join (current_script_dir , 'LSPlot.py ' )
22
22
py_script_to_execute = '"' + py_script_to_execute + '"'
23
23
cmd = py_script_to_execute + \
24
24
' --mdb ' + graip_database_file + \
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
; **** REQUIREMENTS FOR COMPILING THIS INSTALLER SCRIPT ****
5
5
; All the python files that need to be installed should be under the 'SourceFiles' folder.
6
6
7
- ; We are no installing the followings (4/28/2016)
7
+ ; We are no more installing the followings (4/28/2016)
8
8
; The 'SourceFiles' folder is at the same label as this script file (graip_2_python_tools_setup.iss)
9
9
; In addition, the following files must be under the 'SourceFiles' folder
10
10
; 1. GRAIP Tools.tbx
You can’t perform that action at this time.
0 commit comments