diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2018-06-10 15:39:58 +0100 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2018-06-10 15:39:58 +0100 |
| commit | 32868f9c3b27daf058a2a9c5572a48a01dc60478 (patch) | |
| tree | 8fa028fddf7c891456d090ef8fe7996d59fa7098 | |
| parent | 77dcd6bf9024ae829b58672e0dae56fcee2cccc3 (diff) | |
| download | eehph2-32868f9c3b27daf058a2a9c5572a48a01dc60478.tar.gz eehph2-32868f9c3b27daf058a2a9c5572a48a01dc60478.zip | |
removed manual setup files
| -rw-r--r-- | manual_setup.exe | bin | 5393269 -> 0 bytes | |||
| -rw-r--r-- | manual_setup/icon.ico | bin | 31020 -> 0 bytes | |||
| -rw-r--r-- | manual_setup/manual_setup.py | 19 |
3 files changed, 0 insertions, 19 deletions
diff --git a/manual_setup.exe b/manual_setup.exe Binary files differdeleted file mode 100644 index 2399c43..0000000 --- a/manual_setup.exe +++ /dev/null diff --git a/manual_setup/icon.ico b/manual_setup/icon.ico Binary files differdeleted file mode 100644 index b81e427..0000000 --- a/manual_setup/icon.ico +++ /dev/null diff --git a/manual_setup/manual_setup.py b/manual_setup/manual_setup.py deleted file mode 100644 index 59fc2da..0000000 --- a/manual_setup/manual_setup.py +++ /dev/null @@ -1,19 +0,0 @@ -import os - -location = input("Please copy in the path of the installation directory: ") -appdata = os.path.join(os.environ['ALLUSERSPROFILE'], "EEHPH2") - -try: - if not os.path.exists(appdata): - os.mkdir(appdata) - - file = open(os.path.join(appdata, "location.txt"), "w") - file.write(location) - file.close() - - print("location saved to %s. You can change it by running this program again." % location) - -except PermissionError as e: - print("Failed because of insufficeint permissions. Try running as admin. Error:[%s]" % e) - -input("Press any key to close...")
\ No newline at end of file |
