mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-26 23:40:17 +00:00
Fix the incorrect path in some cases
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class OCPE:
|
||||
"18": "macOS Mojave 10.14",
|
||||
"17": "macOS High Sierra 10.13"
|
||||
}
|
||||
self.result_dir = os.path.join(os.getcwd(), "Results")
|
||||
self.result_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "Results")
|
||||
|
||||
def check_for_update(self):
|
||||
self.u.head("Check for update")
|
||||
|
||||
Reference in New Issue
Block a user