Skip to content

Commit 4b02113

Browse files
author
arch
committed
fix ofs path
1 parent ae42872 commit 4b02113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/windows_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def download_url(url, output_path):
3030
print("ERROR: This installer only work on Windows")
3131
sys.exit()
3232

33-
ofs_extension_dir = os.path.expandvars(r'%APPDATA%\OFS_data\extensions')
33+
ofs_extension_dir = os.path.expandvars(r'%APPDATA%\OFS\OFS_data\extensions')
3434

3535
if not os.path.exists(ofs_extension_dir):
3636
print("ERROR: OFS is not installed. Please download and install OFS. Befor running this installer open OFS once!")

0 commit comments

Comments
 (0)