We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae42872 commit 4b02113Copy full SHA for 4b02113
contrib/windows_installer.py
@@ -30,7 +30,7 @@ def download_url(url, output_path):
30
print("ERROR: This installer only work on Windows")
31
sys.exit()
32
33
-ofs_extension_dir = os.path.expandvars(r'%APPDATA%\OFS_data\extensions')
+ofs_extension_dir = os.path.expandvars(r'%APPDATA%\OFS\OFS_data\extensions')
34
35
if not os.path.exists(ofs_extension_dir):
36
print("ERROR: OFS is not installed. Please download and install OFS. Befor running this installer open OFS once!")
0 commit comments