diff --git a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java index 1c14e3320..20b521d28 100644 --- a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java +++ b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java @@ -463,7 +463,7 @@ public class GeneralUtils { "scriptName must be either 'png_to_webp.py' or 'split_photos.py'"); } - Path scriptsDir = Paths.get(InstallationPathConfig.getScriptPath() + "python"); + Path scriptsDir = Paths.get(InstallationPathConfig.getScriptsPath() + "python"); Files.createDirectories(scriptsDir); Path scriptFile = scriptsDir.resolve(scriptName);