From 32868f9c3b27daf058a2a9c5572a48a01dc60478 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 10 Jun 2018 15:39:58 +0100 Subject: removed manual setup files --- manual_setup/icon.ico | Bin 31020 -> 0 bytes manual_setup/manual_setup.py | 19 ------------------- 2 files changed, 19 deletions(-) delete mode 100644 manual_setup/icon.ico delete mode 100644 manual_setup/manual_setup.py (limited to 'manual_setup') diff --git a/manual_setup/icon.ico b/manual_setup/icon.ico deleted file mode 100644 index b81e427..0000000 Binary files a/manual_setup/icon.ico and /dev/null differ 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 -- cgit v1.2.3