From 51c62aaa05fec694afb07a0f9978e6683e9fd41b Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 11 Apr 2018 20:49:54 +0100 Subject: improved readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b5c0265..8ef7615 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ EEHPH Photo Viewer v2 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. -- cgit v1.2.3