aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2018-04-11 21:13:42 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2018-04-11 21:13:42 +0100
commitf966bb135918750cbc232931403106435aca16e7 (patch)
tree8e79aa10bbb4f2bc22570faa6f9fb480dc0abcec /README.md
parent137332978b40344a6bcf87c328d0439902390c33 (diff)
downloadeehph2-f966bb135918750cbc232931403106435aca16e7.tar.gz
eehph2-f966bb135918750cbc232931403106435aca16e7.zip
improved readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8ef7615..12b3f7e 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,6 @@ A lite photo viewer optimised for Windows 10
Several .dlls are required for this program to work. Therefore I set the cwd to the one in which the
file is located. However the program doesn't know where the install location is. Therefore there is
on_install_setup.exe to put the install location in APPDATA/LOCAL/EEHPH2/location.txt. This is a simple
-python script compiled using Pyinstaller. Then when the program is run, another script (TODO) is run
-which changes the cwd to the one in location.txt and runs the main program as a module. After the user closes
-it it switches back to the original cwd.
+python script compiled using Pyinstaller. (source on_install_setup/on_install_setup.py) Then when the program
+is run, another script (TODO) is run which changes the cwd to the one in location.txt and runs the main
+program as a module. After the user closes it it switches back to the original cwd.