From c17dba2d1ceebf2fae54e5ded0f3481ee2e834cd Mon Sep 17 00:00:00 2001 From: wuriko Date: Sun, 8 Feb 2026 15:43:40 +0100 Subject: fix: fix check_fgmod_path --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5a9c874..1e45149 100644 --- a/main.py +++ b/main.py @@ -420,7 +420,7 @@ class Plugin: "libxess_fg.dll", # New in v0.9.0-pre4 "libxell.dll", # New in v0.9.0-pre4 "fgmod", - "fgmod-uninstaller.sh" + "fgmod-uninstaller.sh", "update-optiscaler-config.py" ] -- cgit v1.2.3