Skip to content

Commit 03a7d57

Browse files
author
arch
committed
typo
1 parent 3d2669d commit 03a7d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/Installer/mtfg-ofs-extension-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
VERSION = "v0.2.0"
1919
FUNSCRIPT_GENERATOR_RELEASE_URL = "https://github.com/michael-mueller-git/Python-Funscript-Editor/releases"
20-
OFS_EXTENSION_DIR = os.path.expandvars(r'%APPDATA%\OFS\OFS_data2\extensions')
20+
OFS_EXTENSION_DIR = os.path.expandvars(r'%APPDATA%\OFS\OFS2_data\extensions')
2121
OFS_V1_EXTENSION_DIR = os.path.expandvars(r'%APPDATA%\OFS\OFS_data\extensions')
2222
LATEST_RELEASE_API_URL = 'https://api.github.com/repos/michael-mueller-git/Python-Funscript-Editor/releases/latest'
2323

0 commit comments

Comments
 (0)